Navigation: Functions/instructions > Instructions
Instruction to exit a selection block.
Syntax
break
Validity
Rule, Task
Note
Example of use:
; selection based on the variable pippo
select(pippo)
; case pippo = 1
case 1
...
; case pippo = 2
case 2
; if no case above occurred
default
end_select
F7 for caret browsing Hold ALT and press letter