Handbook
Glossary
PROTOCOL:
Factor handbook
»
The language
»
Objects
»
Delegation
Next:
define-protocol ( protocol wordlist -- )
Vocabulary
delegate
Syntax
PROTOCOL: protocol-name words... ;
Word description
Defines an explicit protocol, which can be used as a basis for delegation.
See also
define-protocol
Definition
USING:
parser
;
IN:
delegate
SYNTAX:
PROTOCOL:
scan-new-word
parse-definition
define-protocol
;