Empty string: Difference between revisions

m ({{out}})
Line 1:
{{task}}
 
Languages may have features for dealing specifically with empty strings
Line 11:
* Demonstrate how to check that a string is not empty.
 
[[Category:String manipulation]] [[Category:Simple]]
 
=={{header|ACL2}}==
Line 86:
print "Is b not empty ?",length(b)!=0;
}</lang>
{{out}}
 
<pre>$ awk -f R/tmp/string.awk
a =
Anonymous user