maptype - apply a procedure to each operand of an expression of a specified type
|
Calling Sequence
|
|
maptype(typ, fcn, expr, arg2,..., argn)
|
|
Parameters
|
|
typ
|
-
|
type
|
fcn
|
-
|
procedure or name
|
expr
|
-
|
expression
|
argi
|
-
|
(optional) further arguments to fcn
|
|
|
|
|
Description
|
|
•
|
If expr is of type typ, the function map(fcn, expr, arg3, ..., argn) is evaluated. Otherwise, is returned.
|
|
|
Download Help Document
Was this information helpful?