type/symbol - check for an object of type symbol
|
Calling Sequence
|
|
type(x, symbol)
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?