Compiler/Simple file inclusion pre processor: Difference between revisions

(Typos)
Line 39:
<br>Implements file inclusion via pragmatic comments as in ALGOL 68G.
<br>A pragmatic comment such as <code>PR read "somefile.incl.a68" PR</code> or <code>PR include "somefile.incl.a68" PR</code> can appear anywhere in the source and will cause the text of somefile.incl.a68 to be included at that point (Note, ALGOL 68G does not support "include" as an alternative to "read").
<br>The PR...PR will not be recognised inside comments or string literals and cannot appear inside a symbol, i.e. 1PR...PR2 ifis 1 followed by a pragmatic comment followed by 2.
<br>
PR can also be written as PRAGMA.
3,025

edits