path>source-file ( path -- source-file )


Vocabulary
source-files

Inputs
patha pathname string


Outputs
source-filea 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