type/copyrighted - test whether a procedure or module has a Copyright option
|
Calling Sequence
|
|
type(expr, 'copyrighted')
|
|
Description
|
|
•
|
The type(expr, 'copyrighted') command determines whether expr is a procedure or module with a Copyright option.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
type( proc() end, 'copyrighted' );
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|