no-case ( object -- * )


Vocabulary
combinators

Word description
Throws a no-case error.

Error description
Thrown by case if the object at the top of the stack does not match any case, and no default case is given.

Definition


Methods