RosettaCodeData/Task/Empty-string/Maple/empty-string.maple
2023-07-01 13:44:08 -04:00

3 lines
129 B
Text

s := ""; # Create an empty string
evalb(s = ""); # test if the string is empty
evalb(s <> ""); # test if the string is not empty