3 lines
119 B
Text
3 lines
119 B
Text
if equal? 0 ln 1 [print "zero]
|
|
if empty? [] [print "empty] ; empty list
|
|
if empty? "|| [print "empty] ; empty word
|