Template:Computer Programming/Control/2
case
Often it is necessary to compare one specific variable against several constant expressions. For this kind of conditional expression the case statement exists. For example:
Category:Computer Programming Templates#Control/2