Previous page Table of Contents Next page
The syntax of PLOT is designed to work smoothly with several standard naming conventions. User-written code is not required to follow these conventions, but it is recommended.
$... | type name |
@... | module |
:... | annotation |
_... | private |
%... | intrinsic |
...:= | setter |
...? | predicate |
*...* | global or dynamically bound variable |
parse-... | parser |
Previous page Table of Contents Next page