Reset.v: Difference between revisions
From Sierra WikiNew
Jump to navigationJump to search
m (2 revisions imported) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 00:11, 3 June 2024
The reset.v command indirectly changes a flag's value to FALSE.
Syntax
reset.v(var vA);
Remarks
Flag B, where B = vA, is reset to FALSE.
Possible Errors
Changing values of reserved flags can have unpredictable results, and should be done carefully.
Example
Code:
v50 = 99;
reset.v(v50); [ now flag f99 is FALSE
Technical Information
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 16 (0x10 hex) |