Compiler/Simple file inclusion pre processor: Difference between revisions

m
→‎{{header|ALGOL 68}}: Additional note
m (→‎{{header|Phix}}: added multually recursive includes comment)
m (→‎{{header|ALGOL 68}}: Additional note)
Line 67:
<br><br>
When run, the pre-processor will read source from standard input and write the resultant source to standard output. If standard output is re-directed to a temporary source file, it can then be compiled/interpreted with the actual Algol 68 compiler.
<br>(NB: The source must end with a line-feed)
<lang algol68># Algol 68 pre-processor #
# Processes read/include pragmas in an Algol 68 upper stropping source #
3,021

edits