type/literal - check for an object of type literal
|
Calling Sequence
|
|
type(x, literal)
|
|
Description
|
|
•
|
The call type(x, literal) checks to see if x is of type literal. It returns true if x is of type literal, and false otherwise.
|
•
|
To verify whether an expression identically matches a specified expression, use the type/identical command.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?