11.03.2009, 23:24
If you indented it, people would be able to read it, thus being able to help you.
Nobody can read stuff like:
Nobody can read that with ease, unlike the following:
Nobody can read stuff like:
pawn Код:
public crappyindentation() {
if(2+2=4) {
Blah(); } else {
Bleh(); } return 1;}
pawn Код:
public crappyindentation()
{
if(2+2=4)
{
Blah();
}
else
{
Bleh();
}
return 1;
}