Pulser3 Programming Manual Download PDF

Branch to the Specified Line if b is Greater Than c (if b > c then goto a)

If the value of b is greater than 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, <ALM88> Program Not Found 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.