AGI Return: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
m (1 revision imported) |
(No difference)
|
Latest revision as of 23:26, 2 June 2024
AGI 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:
<syntaxhighlight lang="agi"> return();</syntaxhighlight>
This command is required at the end of every logic.
Sources
References
See Also