Handbook
Glossary
pprint-fry ( source -- )
Vocabulary
prettyprint
.
backend
Inputs
source
an
object
Outputs
None
Definition
USING:
kernel
prettyprint.sections
sequences
words
;
IN:
prettyprint.backend
:
pprint-fry
( source -- )
<flow
dup
first
"syntax"
lookup-word
pprint-word
dup
second
f
<inset
pprint-elements
block>
first
"'["
=
\
]
\
}
?
pprint-word
block>
;