Include a file: Difference between revisions

Line 634:
=={{header|Phix}}==
<lang Phix>include arwen.ew</lang>
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.
 
=={{header|PHP}}==
7,824

edits