type/::
check for an expression of type `::`
Calling Sequence
Parameters
Description
Examples
type(expr, `::`)
expr
-
any expression
This function will return true if expr is of type `::`, and false otherwise. For additional information, see operators/binary.
type⁡a::b,`::`
true
See Also
patmatch
procedure/paramtype
type
typematch
Download Help Document