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

5 lines
117 B
Text

L1 := [3, 4, 5, 6];
L1 := [3, 4, 5, 6]
L2 := [7, 8, 9];
L2 := [7, 8, 9]