| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Re: the code bug That's a big reason why some languages use two characters for assignment, and just '=' for equality testing. You hardly ever do: if (a := b) accidentaly, and a = b; is pretty easy to report as suspect. Personally, I wish standard C would do this.
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |