RosettaCodeData/Task/Null-object/Logo/null-object.logo

7 lines
117 B
Plaintext

to test :thing
if empty? :thing [print [list or word is empty]]
end
print empty? [] ; true
print empty? "|| ; true