Applesoft: Tips on error handling

When using ONERR GOTO, you have two correct ways to leave your ONERR routine.
1. You can use RESUME; with this, Applesoft re-executes the statement that caused the error

- or -

2. you may use a GOTO after executing a CALL -3288. For details on this call and on error handling in general, please refer to pages 66 and 67 of the Applesoft BASIC Programmer's Reference Manual, Vol. 2 (p/n A2L4031).
Published Date: Feb 18, 2012