6 lines
164 B
Text
6 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
|