RosettaCodeData/Task/Collections/Maple/collections-3.maple
2023-07-01 13:44:08 -04:00

2 lines
67 B
Text

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