RosettaCodeData/Task/Empty-string/EasyLang/empty-string.easy

4 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a$ = ""
2026-02-01 16:33:20 -08:00
if a$ = "" : print "empty"
if a$ <> "" : print "not empty"