Handbook
Glossary
(massage-pathname) ( file line -- str )
Vocabulary
editors
.
acme
.
private
Inputs
file
an
object
line
an
object
Outputs
str
an
object
Definition
USING:
arrays
io.files.info
kernel
math.parser
sequences
;
IN:
editors.acme.private
:
(massage-pathname)
( file line -- str )
over
file-info
regular-file?
[
number>string
2array
":"
join
]
[
drop
]
if
;