Printing definitions - Factor Documentation
Printing definitions
Factor handbook ยป Developer toolsPrev: Deprecation tracking Next: Definition cross referencing
The see vocabulary implements support for printing out Definitions in the image.
Printing the methods defined on a generic word or class (see Objects):
Definition specifiers implementing the Definition protocol should also implement the see protocol:
synopsis* ( defspec -- )