15.12.2014, 06:12
{ <= That is an opening bracket
} <= That is a closing bracket
Brackets are used to organize your data, but each opening bracket needs a closing bracket to match
^^ This is an example of no brackets missing
Here there's an opening bracket but no closing bracket to match, which would cause your problem. So you need to look for where this occured.
} <= That is a closing bracket
Brackets are used to organize your data, but each opening bracket needs a closing bracket to match
Код:
{ { } }
Код:
{ { }