RosettaCodeData/Task/Empty-string/IS-BASIC/empty-string.basic

4 lines
110 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
10 LET A$=""
20 IF A$="" THEN PRINT "The string is empty."
30 IF A$<>"" THEN PRINT "The string is not empty."