The examples we’ve been working on so far haven’t been very complex; this is an introductory book on Android programming using AS3 after all, but soon enough your code will grow bigger and more complex. As that happens, the chances introducing errors into your code increase and they will become harder to spot.
Syntax errors . These are produced by the ...