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

9 lines
148 B
Plaintext

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