peek ( n bitstream -- value )


Vocabulary
bitstreams

Inputs
nan integer
bitstreama bit-reader


Outputs
valuean integer


Word description
Reads the next n bits ahead of the cursor. Does not move the cursor; to read bits and move the cursor on use read.

Definition

GENERIC: peek ( n bitstream -- value )


Methods