Re: And I'm sure the standard is on my side in this one
  Home FAQ Contact Sign in
comp.lang.fortran only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.fortran Profile…
 Up
Re: And I'm sure the standard is on my side in this one         


Author: glen herrmannsfeldt
Date: Oct 15, 2007 01:45

James Van Buskirk wrote:
(snip)
> do while(test(a,0_ik8) /= 13)
(snip)
> Reading documentation written in C into the wee hours is sure
> to damage your brain. Of course my code was incorrect Fortran.
> Could you guys just destroy C or something so this kind of thing
> never happens to anyone ever again? Thanks.

Even more fun if you actually write

while(test[a][O_ik8] /= 13)

as a while loop in C.

-- glen
no comments