RosettaCodeData/Task/Empty-string/Self/empty-string.self
2015-11-18 06:14:39 +00:00

8 lines
148 B
Text

"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.