bad-create ( name vocab -- * )


Vocabulary
words

Definition
IN: words

TUPLE: bad-create { name read-only } { vocab read-only } ;


USING: kernel ;

IN: words

: bad-create ( name vocab -- * ) \ bad-create boa throw ;


Methods
USING: kernel summary words ;

M: bad-create summary drop "Bad parameters to create" ;