Loading

RETURN

control

Returns immediately from the currently executing macro. If called outside a macro, RETURN will stop the execution of the current script, behaving like STOP.

RETURN is available since version 1.0.0.

Signatures

Examples

<% 1 RETURN 2 %> EVAL 3