RosettaCodeData/Task/Empty-string/Lhogho/empty-string.lhogho

4 lines
106 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
make "str " ;make null-string word
print empty? :str ;prints 'true'
print not empty? :str ;prints 'false'