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

4 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
make "str " ;make null-string word
print empty? :str ;prints 'true'
print not empty? :str ;prints 'false'