Handbook
Glossary
see ( defspec -- )
Factor handbook
»
Developer tools
»
Printing definitions
Next:
see-methods ( word -- )
Vocabulary
see
Inputs
defspec
a definition specifier
Outputs
None
Generic word contract
Prettyprints a definition.
Examples
A word:
\ append see
A method:
USE: arrays M\ array length see
A help article:
USE: help.topics "help" >link see
Definition
USING:
io
;
IN:
see
:
see
( defspec -- )
see*
nl
;