•Only the statements between the matching CASE and the next CASE, OTHERWISE, or END are executed •Unlike C, the SWITCH statement does not fall through (so BREAKs are unnecessary)
•Only the statements between the matching CASE and the next CASE, OTHERWISE, or END are executed •Unlike C, the SWITCH statement does not fall through (so BREAKs are unnecessary)