Elements of Programming Style
Initialise constants with DATA statements or INITIAL attributes;
initialise variables with executable code.
- The Elements of Programming Style (Kernighan & Plaugher)
Initialise constants with DATA statements or INITIAL attributes;
initialise variables with executable code.
- The Elements of Programming Style (Kernighan & Plaugher)