Switch statement: Difference between revisions

Content deleted Content added
Bcwilmot (talk | contribs)
m Advantages: reading code vs. understanding code
Bcwilmot (talk | contribs)
Symbolic constants: additional support by other languages for ::
Line 372:
used for [[finite state machine]] implementation.
The tradition in C is for such constants to be in all capitals,
although this is not enforced by the compiler. Java and COBOL have equivalent capabilities.
Here are some examples: