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

6 lines
122 B
Plaintext

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