Break Loop

This command is used to exit the loop while it is being executed.

It is the equivalent of the "break" function in C language.

program_loop_break_1.png

 

Usage

 

Example

program_loop_break_2.png