RosettaCodeData/Task/Collections/Maple/collections-4.maple
2015-02-20 00:35:01 -05:00

2 lines
63 B
Text

ArrayTools:-Append(A1, 7);
A1 := [3, 4, 5, 6, 7]