To jump to another location in the program, place the destination label name in the program where you would
like the jump to occur.
|
Code Example |
Meaning |
|
flash_led |
Jump to label "flash_led:" |
|
sound_effect1.wav motor_on |
Play the audio file sound_effect1.wav and then jump to label "motor_on:" |