RosettaCodeData/Task/Empty-string/Stata/empty-string.stata

7 lines
83 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
scalar s=""
display s==""
* Alternatively, check the length
display length(s)==0