??? 10/28/08 12:54 Read: times |
#159404 - C *is* cryptic by design Responding to: ???'s previous message |
confront: if (!ready && (length == 0)) { output = ~ output; pointer++; } with if not ready and (length = 0) begin output := not output; pointer := pointer + 1; end; Try to get rid of prejudice. Pretend you have never seen any of these languages. JW |