anything - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


type/anything

check for any type

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, anything)

Parameters

expr

-

any expression

Description

• 

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.

Examples

type512,anything

true

(1)

typesin3xπ,anything

true

(2)

See Also

type

type/nothing