Empty string: Difference between revisions

m
→‎{{header|NS-HUBASIC}}: The program does the same thing, but in less code.
m (Typo in the section for Quite BASIC in which it was called QuiteBASIC instead fixed)
m (→‎{{header|NS-HUBASIC}}: The program does the same thing, but in less code.)
Line 1,704:
 
=={{header|NS-HUBASIC}}==
<lang NS-HUBASIC>10 STRINGS$=""
20 IF STRINGS$=<>"" THEN PRINT O$="THE STRING ISNOT EMPTY."
30 IF STRING$<>"" THEN PRINT "THE STRING IS NOT "O$"EMPTY."</lang>
 
=={{header|Nyquist}}==
441

edits