see ( defspec -- )
Factor handbook » Developer tools » Printing definitions

Next:see-methods ( word -- )


Vocabulary
see

Inputs
defspeca 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


: see ( defspec -- ) see* nl ;