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

Prev:pop-r ( -- obj )
Next:push-literal ( obj -- )


Vocabulary
stack-checker.backend

Inputs
objobject


Outputs
None

Word description
Pushes an item onto the compile time data stack.

Definition