Handbook
Glossary
file-repr ( path string -- obj )
Vocabulary
tools
.
directory-to-file
Inputs
path
an
object
string
an
object
Outputs
obj
an
object
Definition
USING:
escape-strings
kernel
sequences
;
IN:
tools.directory-to-file
:
file-repr
( path string -- obj )
[
escape-simplest
"FILE:: "
prepend
]
dip
" "
glue
;