type/indexed - check for an object of type indexed
|
Calling Sequence
|
|
type(expr, indexed)
type(expr, indexed(itype))
|
|
Parameters
|
|
expr
|
-
|
any expression
|
itype
|
-
|
type
|
|
|
|
|
Description
|
|
•
|
The call type(expr, indexed) checks if expr is of type indexed. It returns true if expr is of type indexed, and false otherwise.
|
•
|
If a parameter itype is given, the type command also checks if each of the indices are of type itype.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?