Handbook
Glossary
watch-cfgs ( path cfgs -- )
Vocabulary
compiler
.
cfg
.
graphviz
Inputs
path
an
object
cfgs
an
object
Outputs
None
Definition
USING:
io.pathnames
kernel
math.parser
sequences
;
IN:
compiler.cfg.graphviz
:
watch-cfgs
( path cfgs -- )
[
number>string
"cfg"
prepend
append-path
swap
watch-cfg
]
with
each-index
;