primitive-quot ( word vm-func -- quot )


Vocabulary
bootstrap.image.primitives

Inputs
worda word
vm-funca $maybe


Outputs
quota quotation


Word description
Creates the defining quotation for the primitive. If 'vm-func' is a string, then it is prefixed with 'primitive_' and a quotation calling that C++ function is generated.

Definition