first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Limitatons of the switch Structure

You are limited to testing the data type char or all the integer types but long.

Each case can only hold one value; however when a case does not contain a break statement code execution continues to the next case.

mod date: 2000-12-19T22:03:37.000Z