Assignn: Difference between revisions
From Sierra WikiNew
Jump to navigationJump to search
m (9 revisions imported) |
m (1 revision imported) |
(No difference)
|
m (9 revisions imported) |
m (1 revision imported) |
(No difference)
|
The assignn command assigns a numeric value to a variable.
assignv(var vA, byt B);
vA = B;
None.
None.
assignv(v50, 75);
v50 = 75;
Required Interpreter Version: | Available in all AGI versions. |
Byte-Code Value: | 3 (0x03 hex) |