Skip to content
Edward Palmer edited this page Jan 4, 2025 · 2 revisions

Files can be imported using the import keyword at the top of the file.

Import another Eucleia File

Use speech-marks around the file name. The file should be in the same or an inner-directory relative to the file doing the importing. If the file has already been imported then it will not be reimported (avoids circular imports).

import "file_name.ek"

Import Library File

There are a couple of library files. These can be imported using angled-brackets.

import <io>
import <test>

Clone this wiki locally