Abort

Use Abort to escape from an execution path without reporting an error.

Beep

Beep generates a conventional message beep.

Break

The Break procedure forces a jump out of the set of statements within a loop

Continue

The Continue procedure forces a jump past the remaining statements within a loop, back to the next loop iteration

Exit

The Exit procedure abruptly terminates the current function or procedure.

Next Math functions