|
28 | 28 | ! in column one.
|
29 | 29 | !
|
30 | 30 | ! The list may have leading/embedded/trailing blanks during the
|
31 |
| -! declaration (the actual program statements), this is allow the list to |
32 |
| -! be more readable. The "final" list shouldn't have any leading/trailing |
33 |
| -! or superfluous blanks (when stored in the program's "memory"). |
| 31 | +! declaration (the actual program statements), this allows the list to be |
| 32 | +! more readable. The "final" list shouldn't have any leading/trailing or |
| 33 | +! superfluous blanks (when stored in the program's "memory"). |
34 | 34 | !
|
35 | 35 | ! This list should be written with the idea in mind that the program will
|
36 |
| -! be updated, most likely someone other than the original author, as there |
37 |
| -! will be newer (discovered) elements of the periodic table being added |
38 |
| -! (possibly in the near future). These future updates should be one of the |
39 |
| -! primary concerns in writing these programs and it should be "easy" for |
40 |
| -! someone else to add chemical elements to the list (within the computer |
41 |
| -! program). |
| 36 | +! be updated, most likely by someone other than the original author, as |
| 37 | +! there will be newer (discovered) elements of the periodic table being |
| 38 | +! added (possibly in the near future). These future updates should be one |
| 39 | +! of the primary concerns in writing these programs and it should be |
| 40 | +! "easy" for someone else to add chemical elements to the list (within the |
| 41 | +! computer program). |
42 | 42 | !
|
43 | 43 | ! Attention should be paid so as to not exceed the clause length of
|
44 | 44 | ! continued or specified statements, if there is such a restriction. If
|
|
0 commit comments