| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionInsert_
(
list L,
any a,
elt-ord^rat pos
)
DescriptionNote: `pos' must not be negative nor 0 nor exceed the scope of `L' (Size(L)) by more than 1. Note: This function works by side effect and returns VOID. ExamplesL:=[1,,3,4];
Insert_(L,2,2); L;
L2:=[1,2];
Insert_(L2,3,3); L2;
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |