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

Function

Add_ ( list L, any a )

Description

Add `a' to `L' by assigning `a' at the next position beyond the scope of `L'.
Note: This function works by side effect and returns VOID.

Examples

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

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