Jump to content

Include a file: Difference between revisions

m
→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics
(added Arturo)
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 1,864:
 
=={{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\arwenpGUI\arwendemo.ew" then anything that arwendemo.ew includes will beis looked for in the appropriatesame directorylocation.
 
=={{header|PHP}}==
7,815

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.