7 lines
70 B
Text
7 lines
70 B
Text
a$ = ""
|
|
if a$ = ""
|
|
print "empty"
|
|
.
|
|
if a$ <> ""
|
|
print "no empty"
|
|
.
|