Handbook
Glossary
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
quot
a
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
USING:
kernel
namespaces
;
IN:
prettyprint.config
:
with-short-limits
( quot -- )
has-limits?
get
[
call
]
[
(with-short-limits)
]
if
;
inline