Reset
From AGI Wiki
Revision as of 19:38, 19 April 2019 by Andrew Korson (talk | contribs) (Created page with "The '''reset''' command changes a flag's value to FALSE. == Syntax == reset(flg fA);<br /> fA = false; == Remarks == None. == Possible Errors == Changing va...")
The reset command changes a flag's value to FALSE.
Syntax
reset(flg fA);
fA = false;
Remarks
None.
Possible Errors
Changing values of reserved flags can have unpredictable results, and should be done carefully.
Example
Code:
<syntaxhighlight lang="agi"> reset(f99); </syntaxhighlight>
Technical Information
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 13 (0x0D hex) |