Handbook
Glossary
BEFORE:
Method chaining syntax
Prev:
AFTER:
Vocabulary
method-chains
Syntax
BEFORE: class generic implementation ;
Word description
Defines a method on
generic
for
class
which executes the new
implementation
code, then invokes the parent class method on
generic
.
Definition
USING:
generic
generic.parser
kernel
words
;
IN:
method-chains
SYNTAX:
BEFORE:
(M:)
over
[
(call-next-method)
]
curry
[
bi
]
2curry
define
;