Name:
Anonymous
2012-02-03 19:19
if (a == 0){
}
. . . Did this make anyone else rage?
Name:
Anonymous
2012-02-03 20:38
You guys are doing it wrong.
if(a == 0) { }
There is a space between the if expression and {, but no space between if and the expression.