Handbook
Glossary
with-method-definition ( method quot -- )
Vocabulary
generic
.
parser
Inputs
method
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
namespaces
;
IN:
generic.parser
:
with-method-definition
( method quot -- )
over
current-method
set
call
current-method
off
;
inline