Empty string: Difference between revisions

Content deleted Content added
→‎{{header|Python}}: Extend comment
Rdm (talk | contribs)
Line 65:
 
Thus it's not appropriate, in general case J code, to check that an empty string is of type string.
 
Note also that in an <code>if.</code> or <code>while.</code> statement, J treats an empty string as true.
 
=={{header|Java}}==