Handbook
Glossary
pprinter-block ( -- block )
Vocabulary
prettyprint
.
sections
Inputs
None
Outputs
block
a block section
Word description
Outputs the block currently being constructed.
Notes
This word should only be called from inside the
with-pprint
combinator.
Definition
USING:
namespaces
sequences
;
IN:
prettyprint.sections
:
pprinter-block
( -- block )
pprinter-stack
get
last
;