AbortFunc()
none

Description

When called from within a function, aborts the execution of the remainder of the function.

Example:

=if ("%USERNAME%" == "jon") AbortFunc();
@confirm Hi there, person who isn't Jon!