RosettaCodeData/Task/Empty-string/Lhogho/empty-string.lhogho
2023-07-01 13:44:08 -04:00

3 lines
106 B
Text

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