Include a file: Difference between revisions

Content deleted Content added
Drkameleon (talk | contribs)
Undo revision 324508 by Drkameleon (talk)
Drkameleon (talk | contribs)
added Arturo
Line 1,042:
 
</lang>
 
=={{header|Arturo}}==
 
<lang rebol>; import a file
do.import {file.art}
 
; import another file
; from relative folder location
do.import relative "another_file.art"</lang>
 
=={{header|AutoHotkey}}==