datastack-underflow. ( obj -- )


Vocabulary
debugger

Error description
Thrown by the Factor VM if an attempt is made to pop elements from an empty data stack.

Notes
You can use the stack effect tool to statically check stack effects of quotations. See Stack effect checking.

Definition