View Single Post
Brad
Selfish Heathen
 
Join Date: May 2004
Location: Zone of Pain
 
2009-10-04, 21:11

Quote:
Originally Posted by Kickaha View Post
Code:
if (foo) if (bar) if (g) baz; else notBar;
There's a bug there. See it?
Depends on the language, too. That block is interpreted very differently in Python as opposed to Java/C/PHP.
  quote