previous ( sequence-parser -- obj/f )


Vocabulary
sequences.parser

Inputs
sequence-parsera sequence-parser


Outputs
obj/fan object or f


Word description
Return the element of the sequence before the current position of the parser.

Definition

: previous ( sequence-parser -- obj/f ) -1 offset ; inline