Jump to content

Empty string: Difference between revisions

→‎{{header|AWK}}: Closing lang tag. Someone doesn't preview or look at the resulting page after submitting! tsk.
(→‎{{header|AWK}}: empty string)
(→‎{{header|AWK}}: Closing lang tag. Someone doesn't preview or look at the resulting page after submitting! tsk.)
Line 70:
print "Is b empty ?",length(b)==0;
print "Is b not empty ?",length(b)!=0;
}</lang>
}
 
<pre>$ awk -f R/tmp/string.awk
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.