pop-d ( -- obj )
Stack effect inference implementation

Prev:peek-d ( -- obj )
Next:pop-literal ( -- obj )


Vocabulary
stack-checker.backend

Inputs
None

Outputs
objobject


Word description
Pops an item from the compile time datastack. If the datastack is empty, a new value is instead introduced.

See also
introduce-values

Definition