7 lines
117 B
Text
7 lines
117 B
Text
|
|
to test :thing
|
||
|
|
if empty? :thing [print [list or word is empty]]
|
||
|
|
end
|
||
|
|
|
||
|
|
print empty? [] ; true
|
||
|
|
print empty? "|| ; true
|