??? 06/08/04 06:58 Read: times |
#72023 - RE: Weekend Puzzle Responding to: ???'s previous message |
Joseph:
Here are answers to your questions. 1) a -= b This means the same as a = a - b 2) z = a > b; This sets z equal to the comparison result of a > b 3) b = (z - !z) * (a - b); Are you sure this is equivalent???? I'm not sure. Michael Karas |