M\
Factor documentation > Factor handbook > The language > Objects > Generic words and methods > Generic word introspection
Prev:<method> ( class generic -- method )


Vocabulary
syntax

Syntax
M\ class generic


Class description
Pushes a method on the stack.

Examples
M\ fixnum + see

USING: ui.gadgets.editors ui.render ; M\ editor draw-gadget* edit


Definition
USING: generic kernel parser sequences ;

IN: syntax

SYNTAX: M\
scan-word scan-word lookup-method <wrapper> suffix! ;