while (1) { .... }
As should these:
if (xflags & SOME_FLAG) { ... }
if (hints_avail) { ... }
if (~(some_val || (d > 2)) && some_other_val) { ... }
Is this in the works?
P.S., I was quite disappointed when "if (~(x == 1 && ....))" didn't work!
I was forced to use some silly coding scheme like:
if (blahblah...) ; ! do nothing
else { ... }
-- --- Sam Hulick ------------- shulick@indiana.edu --------------------- Systems Consultant | Homepage: Indiana College Placement | http://copper.ucs.indiana.edu/~shulick/ and Assessment Center | PGP public key available on request