| USAGE: <proc_name>(<parameter list>); <explanation of parameters>
ASSUME: <description of assumptions made>
RETURN: <description of what is returned>
SIDE EFFECTS: <description of global objects generated or manipulated,
but not returned>
REMARKS: <information on theory and implemented algorithms,references>
NOTE: <particularities, limitations, additional details>
KEYWORDS: <semicolon-separated phrases of index keys>
SEE ALSO: <comma-separated names of related procedures/cross references>
EXAMPLE: example <proc_name>; shows an example
|