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

Function

Remove_ ( list L, elt-ord^rat pos )

Optional Arguments

FailanyDetermines what to return in case of failure.
Successany (Default: SUCCESS) Determines what to return in case of success.

Description

Remove the element at position `pos' in the list `L'.
Note: `pos' must not exceed the scope of `L'.
Note: This function works by side effect and returns VOID.

Examples

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

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