Include a file: Difference between revisions

Content added Content deleted
Line 24: Line 24:
<lang algol68>PR read "file.a68" PR</lang>
<lang algol68>PR read "file.a68" PR</lang>


But in Algol68 formal report - it appears - the intention was to have a more structure approach.
But in the Algol68 formal reports - it appears - the intention was to have a more structure approach.
{{works with|ALGOL 68|Revision 1 - one extension to language used - PRAGMA READ - a non standard feature similar to C's #include directive.}}
{{works with|ALGOL 68|Revision 1 - one extension to language used - PRAGMA READ - a non standard feature similar to C's #include directive.}}
{{works with|ALGOL 68G|Any - tested with release [http://sourceforge.net/projects/algol68/files/algol68g/algol68g-2.7 algol68g-2.7].}}
{{works with|ALGOL 68G|Any - tested with release [http://sourceforge.net/projects/algol68/files/algol68g/algol68g-2.7 algol68g-2.7].}}