Include a file

Revision as of 12:49, 19 February 2021 by Drkameleon (talk | contribs) (Replaced content with "=={{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>")

Arturo

<lang rebol>; import a file do.import {file.art}

import another file
from relative folder location

do.import relative "another_file.art"</lang>