Template:Computer Programming/Control/2
Appearance
case
[edit source]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:
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: