type/moduledefinition - check for a module definition
|
Calling Sequence
|
|
type(expr, moduledefinition)
|
|
Description
|
|
•
|
An expression of type moduledefinition is generated by the syntax for module definitions.
|
•
|
The command type(expr, moduledefinition) returns true if expr is of type moduledefinition. Otherwise, false is returned.
|
•
|
Module definitions are not normally encountered in routine programming, since they evaluate immediately to modules. However, they may occur in procedure bodies, or in other, enclosing module definitions.
|
•
|
See the help topic module for more information about modules and their definitions.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?