Makro

The following statements execute jumps.

GoSub...Return Statement

Calls a subroutine that is indicated by a label from a subroutine or a function. The statements following the label are executed until the next Return statement. Afterwards, the program continues with the statement that follows the GoSub statement.

GoTo Statement

Program nastavlja sa izvršenjem unutar Sub ili Function na postupak liniji oynacen oznakom.

On...GoSub Statement; On...GoTo Statement

Grana se na jednu od nekoliko odabranih linija coda, zavisno od vrijednosti brojnog izraza.