BREAK Examples
Example 1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The LOOP is terminated when the F1 function flag is TRUE.
Example 2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The CONTINUE causes the program execution to branch back to the LOOP if the operator entered '5' into 'A'.
![]() |