in reply to "Can't happen" bugs
if (myVar == true) return true; else if (myVar == false) return false; else return !true && !false;
Perhaps this was written by someone who is too into intuitionist logic.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Can't happen" bugs
by sgt (Deacon) on Jan 16, 2007 at 21:29 UTC | |
by gaal (Parson) on Jan 17, 2007 at 07:01 UTC |