switch Instruction (JAD-I-96)
The Jade Platform now provides the switch instruction, which executes one block of statements from multiple alternative statements in a structured way, based on the value of an expression. It is typically used in place of multiple if/elseif/else statements in which the same expression is compared against several constant values.
For details, see "
