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