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