[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fsck and async mode



On Sun, 7 May 2000, Omer wrote:

> (define linux 
>  (lambda question t))

hmmmmm.....

Didn't you mean

(define linux
  (lambda question #t))

?

"t" is just a symbol like any other, while #t is the "canonical truth
value"
--
Moshe Zadka <moshez@math.huji.ac.il>
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il