type/symbol
check for an object of type symbol
Calling Sequence
Parameters
Description
Subtypes
Supertypes
Examples
type(x, symbol)
x
-
any expression
The call type(x, symbol) checks to see if x is of type symbol. It returns true if x is of type symbol, and false otherwise.
A symbol is a Maple expression that is a name but that is not of type indexed.
type/global, type/local
type/name
type⁡1,symbol
false
type⁡12,symbol
type⁡0.5,symbol
type⁡String,symbol
type⁡Name,symbol
true
type⁡ab,symbol
See Also
type
type/atomic
type/identical
type/indexed
type/literal
type/string
Download Help Document