9 lines
148 B
Text
9 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.
|