User Tools

Site Tools


ixe:irpl:flow_control:endswitch

Flow Control

:!: Available in version 2.4.4 and later.

endswitch

endswitch

Description

Delimits (ends) the switch construct.

Examples

switch
    case(<-currentState 0 ==) 
        @HandleIdle
    endcase
 
    case(<-currentState 1 ==) 
        @HandleMove
    endcase
 
    case(<-currentState 2 ==) 
        @HandleFire
    endcase
endswitch

See Also

ixe/irpl/flow_control/endswitch.txt · Last modified: 2025/01/07 15:41 by 127.0.0.1