RosettaCodeData/Task/Empty-string/Seed7/empty-string.seed7

9 lines
123 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# assign empty string to a variable
s := ""
# check that string is empty
s = ""
# check that string is not empty
s <> ""