RosettaCodeData/Task/Collections/PARI-GP/collections-2.pari
2015-11-18 06:14:39 +00:00

4 lines
91 B
Text

listput(l, "hello world")
v=concat(v, [1,2,3]);
v=concat(v, 4);
mapput(M, "key", "value");