5 lines
164 B
Text
5 lines
164 B
Text
S = "", % assignment
|
|
|
|
( if S = "" then ... else ... ), % checking if a string is empty
|
|
|
|
( if not S = "" then ... else ... ), % checking if a string is not empty
|