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