PRIVATE keyword
Keywords: intensional feature
The option indicates restricted access to an intentional feature (property, function, reaction). The feature is accessible only within the complex data type and its interface.
The keyword can be written in capital or small letters, but not mixed.
Definition:
_private := 'private' | __private
__private :: 'PRIVATE'