[plt-scheme] nil?

From: Greg Johnston (greg.johnston at gmail.com)
Date: Mon Sep 24 19:52:21 EDT 2007

Nope. "nil" doesn't exist. If you want "false," go with #f. If you want
"empty list," go with '().

On 9/24/07, Kilik <kilik3000 at gmail.com> wrote:
>
> I'm trying to specify nil in some Scheme code but I get the following
> error:
>
> "reference to undefined identifier: nil"
>
> Any thoughts?  Shouldn't the identifier for nil be there?
>
> -Thx
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070924/9a57e267/attachment.html>

Posted on the users mailing list.