3 lines
67 B
Text
3 lines
67 B
Text
a$ = ""
|
|
if a$ = "" : print "empty"
|
|
if a$ <> "" : print "not empty"
|
a$ = ""
|
|
if a$ = "" : print "empty"
|
|
if a$ <> "" : print "not empty"
|