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

3 lines
67 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
A1 := Array([3, 4, 5, 6]);
A1 := [3, 4, 5, 6]