Handbook
Glossary
(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 unlimited output.
See also
without-limits
Definition
USING:
kernel
namespaces
;
IN:
prettyprint.config
:
(without-limits)
( quot -- )
H{
{
nesting-limit
f
}
{
line-limit
f
}
{
c-object-pointers?
f
}
{
has-limits?
t
}
{
length-limit
f
}
{
string-limit?
f
}
}
clone
swap
with-variables
;
inline