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

2 lines
67 B
Text

A1 := Array([3, 4, 5, 6]);
A1 := [3, 4, 5, 6]