Empty string: Difference between revisions

Lhogho (compiler) version
(Added BBC BASIC)
(Lhogho (compiler) version)
Line 293:
}</lang>
 
 
=={{header|Lhogho}}==
Lhogho is a Logo compiler for Windows and Linux
<lang logo>make "str " ;make null-string word
print empty? :str ;prints 'true'
print not empty? :str ;prints 'false'
</lang>
 
=={{header|Mathematica}}==
Anonymous user