RosettaCodeData/Task/Variables/Maple/variables-1.maple
2016-12-05 22:15:40 +01:00

3 lines
65 B
Text

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