-
Notifications
You must be signed in to change notification settings - Fork 1
Import
Edward Palmer edited this page Jan 4, 2025
·
2 revisions
Files can be imported using the import keyword at the top of the 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"
There are a couple of library files. These can be imported using angled-brackets.
import <io>
import <test>