Label/Jump                                                                   Last updated 2010.1.15 (v1.0 Eng)

"Label" and "Jump" are used to branch a program.  Branching is used to change the order commands in a program are executed.

"Jump" branches the program and "Label" designates where to branch to.

It is the same function as "Label" and "Goto"' in the C language.

program_lable_jump_1.png

 

Usage

 

Example

program_lable_jump_4.png