Next: Instruction pokes, Previous: Instruction pokedlu, Up: IO instructions [Contents][Index]
Synopsys:
peeks
Given an IOS descriptor and a bit-offset, peek a string.
If there is a problem performing the operation, this function pushes an exception in the stack. Otherwise, it pushes the peeked value and PVM_NULL.
Stack: ( INT ULONG -- [STR] EXCEPTION|null )