TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

Remove ( list L, elt-ord^rat pos ) -> list

Optional Arguments

FailanyDetermines what to return in case of failure.

Description

Return the list derived from removing the element at position `pos' from `L'.
Note: `pos' must not exceed the scope of `L'.
Note: This function returns the list created by the removal but does not affect `L'.

Examples

L:=[1,,3,4]; Remove(L,3); L;

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group