September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 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