Control Structures

case

Supported By

Syntax

switch expression
case expression
   statementList
end switch

Description

The case keyword is part of the switch control structure. See the description for switch for details.