attempted to clarify the first example on eval

This commit is contained in:
Robby Findler 2010-06-17 12:45:30 -05:00
parent 0b34368d08
commit 924cee89c6

View File

@ -16,6 +16,10 @@ time.
@section[#:tag "eval"]{@racket[eval]}
@margin-note{This example will not run properly in DrRacket's definitions window
but it will in the interactions window; read on for
why (specifically see the end of @secref["namespaces"]).}
The @racket[eval] function takes a ``quoted'' expression or definition
and evaluates it: