| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
map aFunction argList1 [argList2 ...]
Invokes a a function repeatedly for a given set of arguments.
aFunction.
aFunction.
aFunction.
argList1, argList2, ...,
must have the same number of elements. If that is not the case
then a runtime error will occur.
The function aFunction will be called as many times
as the number of elements in one the lists containing the arguments.
| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |