Famous Quotes / Fortran manual for Xerox Computers
Fortran manual for Xerox Computers: "The primary purpose of the Data statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable Pi can be given that value with a Data statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change."
| Appearance | Change | Constant | Constants |
| Data | Every | Form | Give |
| Given | Instead | Longer | Modifying |
| Names | Primary | Program | Purpose |
| Referring | Simplifies | Statement | Used |
| Value | Variable |