Handbook
Glossary
?run-file ( path -- )
Vocabulary
parser
Inputs
path
a pathname string
Outputs
None
Word description
If the file exists, runs it with
run-file
, otherwise does nothing.
Definition
USING:
io.files
;
IN:
parser
:
?run-file
( path -- )
[
run-file
]
when-file-exists
;