Handbook
Glossary
chop-break ( seq -- seq )
Vocabulary
prettyprint
.
sections
Inputs
seq
an
object
Outputs
seq
an
object
Definition
USING:
kernel
sequences
;
IN:
prettyprint.sections
:
chop-break
( seq -- seq )
[
dup
last
line-break?
]
[
but-last-slice
]
while
;