Empty string: Difference between revisions

(Add Haskell entry.)
Line 185:
System.out.println("s is not empty");
}</lang>
 
 
=={{header|Mathematica}}==
<lang Mathematica>
str=""; (*Create*)
str==="" (*test empty*)
str=!="" (*test not empty*)
</lang>
 
=={{header|Nemerle}}==
Assign an empty string:
Anonymous user