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