with-short-limits ( quot -- )
Factor handbook » Developer tools » The prettyprinter » Prettyprint control variables

Prev:c-object-pointers?
Next:without-limits ( quot -- )


Vocabulary
prettyprint.config

Inputs
quota quotation


Outputs
None

Word description
Calls a quotation in a new dynamic scope with prettyprinter limits set to produce a single line of output, if has-limits? is not set.

See also
(with-short-limits)

Definition