Navigation:  Language Reference > 12 - Execution Control > Execution Control Statements >====== Execution Control Statements ====== Previous pageReturn to chapter overviewNext page

BREAK (immediately leave loop)

CYCLE (go to top of loop)

DO (call a ROUTINE)

EXIT (leave a ROUTINE)

GOTO (go to a label)

RETURN (return to caller)