Handbook
Glossary
without-limits ( quot -- )
Factor handbook
»
Developer tools
»
The prettyprinter
»
Prettyprint control variables
Prev:
with-short-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 unlimited output, if
has-limits?
is not set.
See also
(without-limits)
Definition
USING:
kernel
namespaces
;
IN:
prettyprint.config
:
without-limits
( quot -- )
has-limits?
get
[
call
]
[
(without-limits)
]
if
;
inline