Line Numbers
Line numbers enable source-level debugging. The line number specifies the physical address in the source module of the associated program code. The syntax for a line number is shown in the following table.
| Line Number Symbol | Code Address ... |
|---|
| \LineNumber | ... for line number LineNumber in the current module. |
| \ModuleName\LineNumber | ... for line number LineNumber in ModuleName. |
Example
\measure\108 /* Line 108 in module MEASURE */
\143 /* Line 143 in the current module */