RosettaCodeData/Task/Empty-string/Seed7/empty-string.seed7
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

8 lines
123 B
Text

# assign empty string to a variable
s := ""
# check that string is empty
s = ""
# check that string is not empty
s <> ""