no-case ( object -- * ) - Factor Documentation

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
IN: combinators

ERROR: no-case object ;


Methods
USING: combinators kernel summary ;

M: no-case summary drop "Fall-through in case" ;

AltStyle によって変換されたページ (->オリジナル) /