22.12.2014, 12:25
26 errors! yup
pretty common, you're missing a closing bracket somewhere.
On the other hand, if it would happen to be one too much somewhere,
the compiler would crash. So we know it's a closing bracket.
just try to remember which part of your script has been modified last and
check if everything seems legit.
also, there are programs for finding missing brackets, just ******.
n++ & sublime have a function for finding them if i recall correctly (not sure)
pretty common, you're missing a closing bracket somewhere.
On the other hand, if it would happen to be one too much somewhere,
the compiler would crash. So we know it's a closing bracket.
just try to remember which part of your script has been modified last and
check if everything seems legit.
also, there are programs for finding missing brackets, just ******.
n++ & sublime have a function for finding them if i recall correctly (not sure)