no-such-color ( name -- * )


Vocabulary
colors.constants

Definition
IN: colors.constants

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


USING: kernel ;

IN: colors.constants

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