|
|||||
action | set creator of | ||||
Related Syntax |
Syntax
set (function-library of)? creator of opaque-type-name to string-expression (in function-library function-library-name)?
Changes the external function that initializes an opaque
data type.
By using the function-library of phrase, you can specify an external function library to associate with the opaque
type. In this case, the in function-library phrase at the end of the syntax isn't used.
Related Syntax opaque set creator of |
---- |