4 lines
129 B
Text
4 lines
129 B
Text
|
|
s := ""; # Create an empty string
|
||
|
|
evalb(s = ""); # test if the string is empty
|
||
|
|
evalb(s <> ""); # test if the string is not empty
|