maptype
apply a procedure to each operand of an expression of a specified type
Calling Sequence
Parameters
Description
Examples
maptype(typ, fcn, expr, arg2,..., argn)
typ
-
type
fcn
procedure or name
expr
expression
argi
(optional) further arguments to fcn
If expr is of type typ, the function map(fcn, expr, arg3, ..., argn) is evaluated. Otherwise, fcnexpr,arg3,...,argn is returned.
maptype`+`,f,yz
fyz
maptype`+`,f,x+yz
fyz+fx
See Also
map
Download Help Document