RosettaCodeData/Task/Empty-string/Maple/empty-string.maple

4 lines
129 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
s := ""; # Create an empty string
evalb(s = ""); # test if the string is empty
evalb(s <> ""); # test if the string is not empty