Sujet : Re: Which code style do you prefer the most?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 07. Mar 2025, 22:16:49
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vqfno0$3nnbq$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Pan/0.162 (Pokrosvk)
On 7 Mar 2025 09:28:35 GMT, G wrote:
And that was before I learned that the first instruction in any FORTRAN
program has to be "IMPLICIT NONE" ...
Meeting several University support people who used to help users with
their Fortran programs, back in the day, there was frequent agreement with
the policy “no help unless each compilation unit has IMPLICIT NONE at the
start”.
GNU Fortran even has a command-line option to put an implicit IMPLICIT
NONE into each compilation unit.