Damn what kind of half-assed developers do they have at Apple these days? They broke 2 of my (admittedly many) cardinal rules of C development:
1 - There is never ever a valid reason for using goto. It should not be part of the language.
2 - Always enclose script blocks in {} even if it's only a single line.