switch

From Bohemia Interactive Community
Revision as of 17:08, 5 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


switch exp


Operand types:

exp: Anything

Type of returned value:

Switch Type

Description:

Begins switch form


Example:

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