Empty string: Difference between revisions

no edit summary
(→‎LOLCODE: Add demonstration)
No edit summary
Line 33:
end if;
end Empty_String;</lang>
 
=={{header|Aime}}==
<lang aime>text s;
s = "";
if (length(s) == 0) {
...
}
if (length(s) != 0) {
....
}</lang>
 
=={{header|AutoHotkey}}==
Anonymous user