ON
PET VIC-20 C64 C16 Plus/4 C128 X16 M65
The ON … GOTO|GOSUB construct has multiple use cases:
ON <value> GOTO|GOSUBis used for multiple branchingON ERROR GOTOis used for error trappingON <event> GOSUBis used for interrupt handling
Syntax
ON <value> GOTO|GOSUB <label> [, <label> ...] ON ERROR GOTO <label> ON TIMER|RASTER|SPRITE|BACKGROUND|VBLANK GOSUB <label>
For more details, refer to: