ON
Category: Statement
Syntax: ON expression, line1, line2, ...
Description
Performs a multi-way branch subroutine call (GOSUB). Evaluates the expression, truncates to an integer index, and executes a subroutine start to the corresponding line number in the comma-separated arguments list (0 indexed).