switch exp

Operand types

exp: Anything

Type of returned value

Description

Begins switch form.

Used In

ArmA

Example

switch (_a) do { case 1: {block}; case 2 : {block}; default {block};}
Search OFPEC COMREF