|
|
| "be consistent" | |
| PerlMonks |
Re^2: Autoincrement operator precedence difference between C and Perlby oha (Friar) |
| on Oct 09, 2007 at 10:21 UTC ( [id://643659]=note: print w/replies, xml ) | Need Help?? |
|
not only the order isn't defined but the result too. the code (a=B)*c/(a=C) in C not only means that you can't know if a will be B or C, but it can be something else (suppose the code run on a 16 bit host and a is 32 bit...) Oha
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||