4 lines
71 B
Text
4 lines
71 B
Text
|
|
str=""; (*Create*)
|
||
|
|
str==="" (*test empty*)
|
||
|
|
str=!="" (*test not empty*)
|