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

7 lines
117 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
to test :thing
if empty? :thing [print [list or word is empty]]
end
print empty? [] ; true
print empty? "|| ; true