RosettaCodeData/Task/Variables/Maple/variables-1.maple
2023-07-01 13:44:08 -04:00

3 lines
65 B
Text

a := 1:
print ("a is "||a);
"a is 1"