Control flow commands
Syntax
return();
Description
Ends execution of the current logic and returns to the logic that called it (or in the case of logic 0, goes on to the next interpreter cycle).
This command is required at the end of every logic.
See also