type/anything
check for any type
Calling Sequence
Parameters
Description
Examples
type(expr, anything)
expr
-
any expression
type(x,anything) returns true when x is any valid Maple expression, except an expression sequence.
Expression sequences return an error, because each element would be interpreted as a separate argument to type.
This type often appears as a component of a structured type expression.
type512,anything
true
typesin3xπ,anything
See Also
type
type/nothing
Download Help Document