5 lines
72 B
Text
5 lines
72 B
Text
str = EMPTY -- same as: str = ""
|
|
put str=EMPTY
|
|
-- 1
|
|
put str<>EMPTY
|
|
-- 0
|