type/copyrighted
test whether a procedure or module has a Copyright option
Calling Sequence
Parameters
Description
Examples
type(expr, 'copyrighted')
expr
-
expression
The type(expr, 'copyrighted') command determines whether expr is a procedure or module with a Copyright option.
type⁡StringTools,copyrighted
true
type⁡foldr,copyrighted
type( proc() end, 'copyrighted' );
false
type⁡moduleend module,'copyrighted'
type⁡2−I,copyrighted
See Also
module
procedure
type
Download Help Document