18.12.2012, 20:29
I never miss any bracket, because before writing the code i open and close the brackets, then I go back and write into them.
Code:
if(a)
Code:
if(a)
{
Code:
if(a)
{
}
Code:
if(a)
{
b();
}

