5 lines
104 B
Text
5 lines
104 B
Text
|
|
10 let s=""
|
||
|
|
20 if s="" then let o=""
|
||
|
|
30 if s<>"" then let o="not "
|
||
|
|
40 print "The string is ";o;"empty."
|