| GOTO | Unconditional jump. |  | 
| GOSUB | Call a local subroutine. |  | 
| ON GOTO | Computed unconditional jump. |  | 
| ON GOSUB | Computed local subroutine call. |  | 
| QUIT | Quits the program. |  | 
| RETURN | Return from a procedure or a function. |  | 
|  | Return from a GOSUB subroutine. 
 |  | 
| STOP | Simulates a breakpoint. |  | 
| WITH...END WITH | Default object selector. |  |