Empty string: Difference between revisions

m
Line 1,364:
 
=={{header|zkl}}==
<lang zkl>s:=""; // or s:=String, String is the object ""
s.toBool() //-->False
if (s) println("not empty")</lang>
Anonymous user