Loading

STOP

stack debug

The STOP function stops the current execution by throwing a WarpScriptStopException. This means that the current script execution will be aborted unless the call to STOP was in a macro invoked via TRY.

STOP is available since version 1.0.0.

See also

Signatures

Examples

'foo' STOP 'bar'