Empty string: Difference between revisions

Content added Content deleted
(Added BBC BASIC)
(Lhogho (compiler) version)
Line 293: Line 293:
}</lang>
}</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}}==
=={{header|Mathematica}}==