Handbook
Glossary
save-end-position ( block -- )
Vocabulary
prettyprint
.
sections
Inputs
block
a
block
Outputs
None
Word description
Save the current position as the end position of the block.
Definition
USING:
accessors
kernel
namespaces
;
IN:
prettyprint.sections
:
save-end-position
( block -- )
position
get
>>end
drop
;