Handbook
Glossary
left-justify ( str -- str' )
Vocabulary
compiler
.
cfg
.
graphviz
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
sequences
splitting
;
IN:
compiler.cfg.graphviz
:
left-justify
( str -- str' )
split-lines
"\\l"
join
;