- Code: Select all
> (nil? '())
nil
> (true? '())
nil
> (empty? '())
true
> (list? '())
true
> (= '() '())
true
for nil and true is only bool value in newLISP, so everything should be judged with nil? or true?
> (nil? '())
nil
> (true? '())
nil
> (empty? '())
true
> (list? '())
true
> (= '() '())
true
Return to Anything else we might add?
Users browsing this forum: No registered users and 7 guests