Handbook Glossary
factorcode.org
words>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition
IN: accessors

GENERIC: words>> ( object -- value )


Methods
USING: accessors slots.private vocabs.parser ;

M: ambiguous-use-error words>> 3 slot ; inline


USING: accessors slots.private vocabs.parser ;

M: exclude words>> 4 slot ; inline


USING: accessors slots.private vocabs.parser ;

M: extra-words words>> 2 slot ; inline


USING: accessors slots.private vocabs.parser ;

M: from words>> 4 slot ; inline


USING: accessors slots.private ui.gadgets.paragraphs.private ;

M: line words>> 2 slot ; inline


USING: accessors slots.private vocabs.parser ;

M: qualified words>> 4 slot ; inline


USING: accessors slots.private vocabs.parser ;

M: rename words>> 4 slot ; inline


USING: accessors slots.private vocabs ;

M: vocab words>> 3 slot ; inline