Return Function                                                               Last updated 2010. 1.18 (v1.0 Eng)

When this command is executed, it will end the operating  function immediately even if not every command line was executed yet , and will return to the function called position.

It is the equivalent of the "return" statement in C language.

 

program_function_break_1.png

 

Usage

 

Example

program_function_break_2.png