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