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

Function

Apply_ ( list l, func f )

Description

Apply 'f' to every member of `l' and replace the entry by the corresponding return value.
Note: The previous contents of `l' will be lost.

Examples

l:=[1,2,3,4]; Apply_(l,i->3*i); l;
l:=[1,2,3,4]; Apply_(l,IsEven); l;
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group