??? 06/09/04 14:04 Read: times |
#72183 - RE: Weekend Puzzle Responding to: ???'s previous message |
"If z = 0, is !z = 1, or is !z = -1 (11111111)? And if z = 1, does !z = 0, or does !z = 254 (11111110)?"
!0==1 !AnythingElseAtAll==0 |
??? 06/09/04 14:04 Read: times |
#72183 - RE: Weekend Puzzle Responding to: ???'s previous message |
"If z = 0, is !z = 1, or is !z = -1 (11111111)? And if z = 1, does !z = 0, or does !z = 254 (11111110)?"
!0==1 !AnythingElseAtAll==0 |