8 lines
91 B
Text
8 lines
91 B
Text
|
|
s = ""
|
||
|
|
|
||
|
|
if len(s)=0
|
||
|
|
println "s is empty"
|
||
|
|
else
|
||
|
|
println "s is not empty"
|
||
|
|
end
|