Pulser3 Programming Manual
Download PDF
Branch to the Specified Line Number if Two Values are Equal (if B == B then goto a)
If the value of b is equal to the value of c, it searches for the line number (N) specified by a within the program, moves the cursor to that line, and continues execution from there.
Example:
If the target line N is not found, <ALM99> Program End error occurs.
In the given example, constant numbers are used for simplicity. The values of b and c can be expressed as either constants or variables.
