type/in
check for an expression of type `in`
Calling Sequence
Parameters
Description
Examples
type(expr, '`in`')
expr
-
any expression
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.
type⁡ainb,`in`
true
type⁡ainb⇒ainc,`in`
false
See Also
in
type
type/function
Download Help Document