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