Name poke
Definition poke(V:var(T:type),offset:val(int),value:val(int)):expr(void)
Defined in ops.l
Implementation icode
Description Set the word at the given offset within the representation of variable V to the given value.
See Also peek
Note Use with care. No range checking is carried out.