vmsEnableAnsiHeader
vmsEnableAnsiHeader = { t | nil }
Description
Prints the module header in the ANSI style of port declarations. Explicitly named ports are not supported in ANSI style port declarations, therefore, a non-ANSI style header is printed for such ports. The default value is nil, which indicates that the port declarations are printed in non-ANSI style.
Example
vmsEnableAnsiHeader = t
Return to top