RosettaCodeData/Task/Empty-string/Mercury/empty-string.mercury
2019-09-12 10:33:56 -07:00

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