Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
L("a","b","c").insert(1,"foo") //-->L("a","foo","b","c")
|
||||
a:=L("a","b","c"); a.insert(a.find("b"),"foo") //-->L("a","foo","b","c")
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
a:=ROList("a","b","c");
|
||||
n:=a.index("b"); a[0,n].append("foo").extend(a[n,*]) //-->ROList("a","foo","b","c")
|
||||
Loading…
Add table
Add a link
Reference in a new issue