DO CASE CASE x == 1 SomeFunc1() CASE x == 2 SomeFunc2() OTHERWISE SomeFunc() ENDCASE