[plt-scheme] Not able to use for or for/list in DrScheme
'm running Pretty Big in 4.02 and get the following
Welcome to DrScheme, version 4.0.2 [3m].
Language: Pretty Big (includes MrEd and Advanced Student); memory
limit: 128 megabytes.
> (for ([i '(1 2 3)]) (display i))
. . reference to undefined identifier: for
By contrast, in mzscheme, I get
~:$ mzscheme
Welcome to MzScheme v4.0.2 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.
> (for ([i '(1 2 3)]) (display i))
123>
as expected.
Is there another language setting I should be using?
"It is never too late to become reasonable
and wise; but if the insight comes too late,
there is always more difficulty in starting
the change." -- Immanuel Kant
http://www.gwoodhouse.com
http://GregWoodhouse.ImageKind.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080726/ab76ca5c/attachment.html>