lzw-process-next-code ( lzw quot: ( lzw code -- ) -- )


Vocabulary
compression.lzw

Inputs
lzwa lzw
quota quotation


Outputs
None

Word description
Read the next LZW code and, assuming that the code is neither the Clear Code nor the End of Information Code, conditionally processes it by calling quot with the lzw object and the LZW code. If it does read a Clear Code, this combinator will take care of handling the Clear Code for you.

Definition