Include a file: Difference between revisions

Content added Content deleted
(Undo revision 324508 by Drkameleon (talk))
(added Arturo)
Line 1,042: Line 1,042:


</lang>
</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}}==
=={{header|AutoHotkey}}==