Handbook
Glossary
define-label ( name -- )
Vocabulary
compiler
.
codegen
.
labels
Inputs
name
a
string
Outputs
None
Word description
Defines a new label with the given name. The
offset
slot is filled in later.
Definition
USING:
kernel
namespaces
;
IN:
compiler.codegen.labels
:
define-label
( name -- )
<label>
swap
set
;