Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a communal variable with the attributes specified in definition.
COMM definition [[, definition]] ...
Remarks
Each definition has the following form:
[[langtype]] [[NEAR | FAR]] label**:type[[:**count]]
The label is the name of the variable. The type can be any type specifier (BYTE, WORD, and so on) or an integer specifying the number of bytes. The count specifies the number of data objects (one is the default).