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