From 924cee89c6653bd5b85d76b3ad2fb24a2adb23fd Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 17 Jun 2010 12:45:30 -0500 Subject: [PATCH] attempted to clarify the first example on eval --- collects/scribblings/guide/namespaces.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collects/scribblings/guide/namespaces.scrbl b/collects/scribblings/guide/namespaces.scrbl index 09fc9ddbb7..dedf47a853 100644 --- a/collects/scribblings/guide/namespaces.scrbl +++ b/collects/scribblings/guide/namespaces.scrbl @@ -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: