RosettaCodeData/Task/Variables/Maple/variables-1.maple

4 lines
65 B
Plaintext

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