| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
FunctionRemove
(
list L,
elt-ord^rat pos
)
->
list
Optional Arguments
DescriptionNote: `pos' must not exceed the scope of `L'. Note: This function returns the list created by the removal but does not affect `L'. ExamplesL:=[1,,3,4];
Remove(L,3); L;
See also | |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |