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

6 lines
117 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
L1 := [3, 4, 5, 6];
L1 := [3, 4, 5, 6]
L2 := [7, 8, 9];
L2 := [7, 8, 9]