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