2009-04-24 21:43:01 -04:00
|
|
|
USING: generic generic.single generic.standard help.markup help.syntax sequences math
|
|
|
|
math.parser effects ;
|
|
|
|
IN: generic.hook
|
|
|
|
|
|
|
|
HELP: hook-combination
|
|
|
|
{ $class-description
|
|
|
|
"Performs hook method combination . See " { $link POSTPONE: HOOK: } "."
|
|
|
|
} ;
|
|
|
|
|
2015-07-02 13:31:22 -04:00
|
|
|
{ standard-combination hook-combination } related-words
|