Include a file: Difference between revisions

Content added Content deleted
(Added Axe)
Line 184: Line 184:


This is a parser-level construct and so must be a literal filename, not a variable or expression. If the filename is not absolute then it's sought in an <code>$AWKPATH</code> list of directories. See [http://www.gnu.org/software/gawk/manual/html_node/Include-Files.html the gawk manual] for more.
This is a parser-level construct and so must be a literal filename, not a variable or expression. If the filename is not absolute then it's sought in an <code>$AWKPATH</code> list of directories. See [http://www.gnu.org/software/gawk/manual/html_node/Include-Files.html the gawk manual] for more.

=={{header|Axe}}==
This will cause the program called OTHER to be parsed as if it was contained in the source code instead of this line.
<lang axe>prgmOTHER</lang>


=={{header|BASIC}}==
=={{header|BASIC}}==