[plt-scheme] Conditionals define ==> (when #t (define....

From: Ziboon (ziboon at gmail.com)
Date: Wed Apr 29 03:23:42 EDT 2009

Hi,

Why I can't do this :

(if (= n 0)
     (define lst (list 1 2 3))
     (define lst2 (list 1 2 )) )

How I can do this ?

thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20090429/6f557145/attachment.html>

Posted on the users mailing list.