Handbook
Glossary
indent ( indents -- )
Vocabulary
tools
.
tree
Inputs
indents
an
object
Outputs
None
Definition
USING:
io
kernel
sequences
;
IN:
tools.tree
:
indent
( indents -- )
unclip-last-slice
[
[
" "
"| "
?
write
]
each
]
[
"└── "
"├── "
?
write
]
bi*
;