Content deleted Content added
m →Advantages: reading code vs. understanding code |
→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:
|