Empty string: Difference between revisions

m
Line 2,470:
 
"" var s
s len if "String is NOT empty" else "String IS empty" endif print nl
" " "" == if "String IS empty" else "String is NOT empty" endif print
</syntaxhighlight>
{{out}}
<pre>String IS empty
String is NOT empty
=== Press any key to exit ===</pre>
 
57

edits