no-match ( -- * )


Vocabulary
inverse

Definition
IN: inverse

TUPLE: no-match ;


USING: kernel ;

IN: inverse

: no-match ( -- * ) \ no-match boa throw ;


Methods
USING: inverse kernel summary ;

M: no-match summary drop "Fall through in switch" ;