Jump to content

Compiler/Simple file inclusion pre processor: Difference between revisions

m
→‎{{header|Phix}}: added preprocessing/scope comment
m (→‎{{header|Phix}}: added relative/stub/namespace comments)
m (→‎{{header|Phix}}: added preprocessing/scope comment)
Line 427:
<span style="color: #008080;">include</span> <span style="color: #008000;">"builtins\\complex.e"</span> <span style="color: #000080;font-style:italic;">-- ditto</span>
<!--</lang>-->
I should perhaps also state that include handling is part of normal compilation/interpretation, as opposed to a separate "preprocessing" step, and that each file is granted a new private scope, though of course there is only one "global" scope.
7,818

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.