too-many-r> ( -- * )
Factor handbook » The language » Stack effect checking » Stack checker errors

Prev:too-many->r ( -- * )
Next:missing-effect ( word -- * )


Vocabulary
stack-checker.errors

Error description
Thrown if inference notices a quotation popping elements from the return stack it did not place there.

Definition


Methods

M: too-many-r> summary
drop
"Quotation pops retain stack elements which it did not push"
;