peek-next ( 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 after the current position of the parser.

Definition

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