|
Example:
π = 3.1415926..... |
label EQU constant |
Effect:
|
|
First column position in file | V MAX EQU 100 - good EQU directive MAX: EQU 100 - good EQU directive MAX: EQU 100 - good EQU directive MAX EQU 100 - BAD EQU directive --- error !! |
The 3 correct directives will:
|
Note:
|
|
This is a simple concept, just like in Java.
So I won't dwell on it any longer....