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

Online Help

All Products    Maple    MapleSim


type/in

check for an expression of type `in`

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

type(expr, '`in`')

Parameters

expr

-

any expression

Description

• 

The type(expr, '`in`') function checks for expressions that are formed using the infix operator in. For more information about the in operator, see in.

Examples

typeainb,`in`

true

(1)

typeainbainc,`in`

false

(2)

See Also

in

type

type/function