Vocabularyio.
buffersInputsOutputsNone
Word descriptionAppends a single byte to a buffer.
Warning
This word will corrupt memory if the buffer is full.
ExamplesUSING: destructors io.buffers kernel prettyprint ;
100 <buffer> [ 237 over buffer-write1 buffer-pop ] with-disposal .
237
Definition