diff --git a/collects/lang/htdp-beginner.rkt b/collects/lang/htdp-beginner.rkt index 0ea60daa6c..350e0bbf08 100644 --- a/collects/lang/htdp-beginner.rkt +++ b/collects/lang/htdp-beginner.rkt @@ -40,7 +40,7 @@ check-error check-member-of check-range - define-wish + ;; define-wish #%datum #%top-interaction empty true false diff --git a/collects/scribblings/htdp-langs/beginner.scrbl b/collects/scribblings/htdp-langs/beginner.scrbl index 4c91595190..814d7f927e 100644 --- a/collects/scribblings/htdp-langs/beginner.scrbl +++ b/collects/scribblings/htdp-langs/beginner.scrbl @@ -111,7 +111,7 @@ extraction, and type-like queries: The created names must not be the same as a primitive or another defined name.} @; ---------------------------------------------------------------------- - +@;{ ------- COMMENTED OUT FOR NOW --------- @section{@scheme[define-wish]} @defform[(define-wish id)]{ @@ -127,7 +127,7 @@ Wished-for functions are reported in the test report for the current program.} Similar to the above form, defines a wished-for function named @racket[id]. If the wished-for function is called with one value, the result of @scheme[expr] is returned as the default value. } - +} @; ---------------------------------------------------------------------- @section[#:tag "beginner-call"]{Function Calls}