Difference between revisions of "Return"

From AGI Wiki
Jump to navigationJump to search
(Created page with "Return ==<br /> 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)...")
(No difference)

Revision as of 19:49, 17 March 2018

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).


Syntax

AGI Code:
return();

This command is required at the end of every logic.


Sources


References



See Also