Include a file: Difference between revisions

(add link to Delphi for pascal)
Line 158:
The function '[http://software-lab.de/doc/refL.html#load load]' is used for recursively executing the contents of files.
<lang PicoLisp>(load "file1.l" "file2.l" "file3.l")</lang>
 
=={{header|PL/I}}==
<lang PL/I>
%include myfile;
</lang>
 
=={{header|PureBasic}}==
Anonymous user