3 lines
102 B
Text
3 lines
102 B
Text
s:=""; // or s:=String, String is the object ""
|
|
s.toBool() //-->False
|
|
if (s) println("not empty")
|