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

Function

AddAssoc_ ( alist A, list keyval )

Optional Arguments

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

Description

Associate `key' (taken as first element of `keyval') with `val' (taken as the rest of `keyval') in alist `A' if `key' was not already present and return FAILURE in case of failure.
Note: `A' is modified by side-effect.

Examples

A:=Alist(); AddAssoc_(A,[2,"bar","and_baz"]); A;

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