Handbook
Glossary
read-local-include ( preprocessor-state path -- )
Vocabulary
c
.
preprocessor
Inputs
preprocessor-state
an
object
path
an
object
Outputs
None
Definition
USING:
io.files
kernel
;
IN:
c.preprocessor
:
read-local-include
( preprocessor-state path -- )
dup
file-exists?
[
preprocess-file
]
[
2drop
]
if
;