Next: Instruction aref, Previous: Instruction arem, Up: Array instructions [Contents][Index]
Synopsys:
aset
Set the value with index ULONG in the array ARR to have the value VAL. The index in ULONG should be in range, since this instruction is not checked.
Stack: ( ARR ULONG VAL -- ARR )