RosettaCodeData/Task/Empty-string/Mathematica/empty-string.math

4 lines
71 B
Plaintext

str=""; (*Create*)
str==="" (*test empty*)
str=!="" (*test not empty*)