RosettaCodeData/Task/Null-object/Logo/null-object.logo
2023-07-01 13:44:08 -04:00

6 lines
117 B
Text

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