| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionInsert
(
list L,
any a,
elt-ord^rat pos
)
->
list
DescriptionNote: `pos' must not be negative nor 0 nor exceed the scope of `L' (Size(L)) by more than 1. Note: This function returns the list created by the insertion but does not affect `L'. ExamplesL:=[1,,3,4];
Insert(L,2,2); L;
L2:=[1,2];
Insert(L2,3,3); L2;
See also | |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |