offset ( sequence-parser offset -- obj/f )


Vocabulary
sequences.parser

Inputs
sequence-parsera sequence-parser
offsetan object


Outputs
obj/fan object or f


Word description
Return the element of the parsed sequence offset from the current position of the parser. Negative offsets will yield already parsed elements.

See also
advance, current, consume, next

Definition