variable.f
This file contains the compile time handlers needed to create the variaous constant and variable types within Forth.
constant
( n1 --- )
This word creates a new Forth constant. It does this by first creating a new Forth word header and then compiling an assembler call instruction to doconstant into the CFA of said new word. The value of the constant is then compiled into the body of said new word.