Include a file: Difference between revisions

Content added Content deleted
(Added zkl)
m (→‎{{header|Gawk}}: Not a language but an implementation)
Line 172: Line 172:
#!/usr/bin/awk -f one.awk -f two.awk
#!/usr/bin/awk -f one.awk -f two.awk


==={{header|Gawk}}===
{{Works with|Gawk}}
GNU Awk has an <code>@include</code> which can include another awk source file at that point in the code.
GNU Awk has an <code>@include</code> which can include another awk source file at that point in the code.