no-such-state ( name -- * )


Vocabulary
usa-cities

Definition
IN: usa-cities

TUPLE: no-such-state { name read-only } ;


USING: kernel ;

IN: usa-cities

: no-such-state ( name -- * ) \ no-such-state boa throw ;


Methods
USING: kernel summary usa-cities ;

M: no-such-state summary drop "No such state" ;