Empty string: Difference between revisions

Content deleted Content added
Aartaka (talk | contribs)
No edit summary
Gaham (talk | contribs)
No edit summary
Line 21:
I !s.empty
print(‘String s is not empty.’)</syntaxhighlight>
=={{header|4ME}}==
 
out{}
=={{header|6502 Assembly}}==
An empty string is just a null terminator with no text in front.