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