6 lines
83 B
Text
6 lines
83 B
Text
scalar s=""
|
|
|
|
display s==""
|
|
|
|
* Alternatively, check the length
|
|
display length(s)==0
|