returning the empty list
Posted: Tue Jan 13, 2004 10:21 pm
shouldn't both return ()?
> (if true '() '())
()
> (if nil '() '())
nil
> (if true '() '())
()
> (if nil '() '())
nil
Friends and Fans of newLISP
http://www.newlispfanclub.alh.net/forum/
http://www.newlispfanclub.alh.net/forum/viewtopic.php?f=5&t=164