RosettaCodeData/Task/Empty-string/Lhogho/empty-string.lhogho
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
106 B
Text

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