BREAK

Syntax #1:

BREAK

Breaks out of the most recent loop in a custom function.


Syntax #2:

BREAK(number)

You can break out of a number of containing loops at once.