Handbook
Glossary
path>source-file ( path -- source-file )
Vocabulary
source-files
Inputs
path
a pathname string
Outputs
source-file
a
source-file
Word description
Outputs the source file associated to a path name, creating the source file first if it doesn't exist. Source files are retained in the
source-files
variable.
Definition
USING:
assocs
namespaces
;
IN:
source-files
:
path>source-file
( path -- source-file )
source-files
get
[
<source-file>
]
cache
;