RosettaCodeData/Task/Empty-string/EasyLang/empty-string.easy
2026-02-01 16:33:20 -08:00

3 lines
67 B
Text

a$ = ""
if a$ = "" : print "empty"
if a$ <> "" : print "not empty"