Empty string: Difference between revisions

Line 641:
 
=={{header|Maple}}==
<lang Maple>
s := ""; # Create an empty string
evalb(s = ""); # test if the string is empty
evalb(s <> ""); # test if the string is not empty
</lang>
 
=={{header|Mathematica}}==
Anonymous user