5 lines
97 B
Factor
5 lines
97 B
Factor
|
USING: words ;
|
||
|
IN: generic
|
||
|
|
||
|
: next-method-quot ( method -- quot ) "next-method-quot" word-prop ;
|