<hook-combination> ( var -- hook-combination )


Vocabulary
generic.hook

Definition
USING: kernel ;

IN: generic.hook

: <hook-combination> ( var -- hook-combination )
\ hook-combination boa ; inline