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

4 lines
106 B
Plaintext

make "str " ;make null-string word
print empty? :str ;prints 'true'
print not empty? :str ;prints 'false'