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
type1,symbol
false
type12,symbol
type0.5,symbol
typeString,symbol
typeName,symbol
true
typeab,symbol
See Also
type
type/atomic
type/identical
type/indexed
type/literal
type/string
Download Help Document