6 lines
130 B
Text
6 lines
130 B
Text
; import a file
|
|
do.import {file.art}
|
|
|
|
; import another file
|
|
; from relative folder location
|
|
do.import relative "another_file.art"
|