Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,10 +1,10 @@
|
|||
SUB IsEmpty (s AS STRING)
|
||||
IF LEN(s) = 0 THEN
|
||||
PRINT "String is empty"
|
||||
PRINT "String is empty"
|
||||
ELSE
|
||||
PRINT "String is not empty"
|
||||
PRINT "String is not empty"
|
||||
END IF
|
||||
IF s = "" THEN PRINT "yes, the string is empty"
|
||||
IF s = "" THEN PRINT "yes, the string is empty"
|
||||
IF s <> "" THEN PRINT "no, the string is not empty"
|
||||
END SUB
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue