factor/core/generic/hook/hook-docs.factor

10 lines
306 B
Factor
Raw Normal View History

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: } "."
} ;
{ standard-combination hook-combination } related-words