RosettaCodeData/Task/Collections/Maple/collections-3.maple

3 lines
67 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
A1 := Array([3, 4, 5, 6]);
A1 := [3, 4, 5, 6]