Include a file: Difference between revisions

Content added Content deleted
(added Arturo)
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 1,864: Line 1,864:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|Phix/basics}}
<lang Phix>include arwen.ew</lang>
<!--<lang Phix>-->
Phix also supports relative directory includes, for instance if you include "..\demo\arwen\arwen.ew" then anything that arwen.ew includes will be looked for in the appropriate directory.
<span style="color: #008080;">include</span> <span style="color: #000000;">pGUI</span><span style="color: #0000FF;">.</span><span style="color: #000000;">e</span>
<!--</lang>-->
Phix also supports relative directory includes, for instance if you include "..\demo\pGUI\demo.ew" then anything demo.ew includes is looked for in the same location.


=={{header|PHP}}==
=={{header|PHP}}==