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

Function

Append ( list L, list a ) -> list

Description

Return the list derived from adding every element of the list `a' to the list `L'.
Note: `L' is not affected.
Note: Unassigned values in `a' have no effect whatsoever.

Examples

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

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