emit ( cell -- )


Vocabulary
bootstrap.image.private

Definition
USING: namespaces sequences ;

IN: bootstrap.image.private

: emit ( cell -- ) image get push ;