On 1 Mar 2009 at 20:11, Brad Parker wrote:
#define blah
(1 < 3)
but it was *supposed* to be (1 << 3)
That's why I like various variants of FORTRAN for operators:
.EQ., not ==
.SHR. not >>
.SHL. not <<
Much harder to create a error-free compile and have flubbed execution
with those--and you could punch a program on an 024 keypunch without
resorting to manual multi-punching.
--Chuck