Handbook Glossary
factorcode.org
with-256color ( quot -- )


Vocabulary
io.streams.256color

Inputs
quotan object


Outputs
None

Definition
USING: io io.streams.256color.private kernel namespaces ;

IN: io.streams.256color

: with-256color ( quot -- )
output-stream get <256color> swap with-output-stream* ;
inline