Empty string: Difference between revisions

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.
85

edits