Pulser3 Programming Manual Download PDF

Branch to the Specified Line if b is Less Than c (if b < c then goto a)

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

           In the provided example, fixed numbers are used for simplicity. However, both b and c values can be expressed as constants or variables.