synopsis ( defspec -- str ) - Factor Documentation

synopsis ( defspec -- str )


Vocabulary
see

Inputs
defspec a definition specifier


Outputs
str a string


Generic word contract
Prettyprints the prologue of a definition.

Definition
USING: io.streams.string kernel namespaces prettyprint
prettyprint.config ;

IN: see

: synopsis ( defspec -- str )
H{ { line-limit 1 } { margin 0 } { string-limit? f } } clone
[ [ [ synopsis* ] with-in ] with-string-writer ]
with-variables ;

AltStyle によって変換されたページ (->オリジナル) /