' Empty string a$ = "" IF a$ = "" THEN PRINT "Empty string" IF a$ != "" THEN PRINT "Non empty string"