RosettaCodeData/Task/Empty-string/Self/empty-string.self

9 lines
148 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
"Put an empty string in a slot called 'str'"
str: ''.
"Check that string is empty"
str isEmpty.
"Check that string is not empty"
str isEmpty not.