define-label ( name -- )


Vocabulary
compiler.codegen.labels

Inputs
namea string


Outputs
None

Word description
Defines a new label with the given name. The offset slot is filled in later.

Definition