-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The use keyword will be used to include other Quickfall files, adding their contents to the IR context.
In order to use another Quickfall file you can simple provide the path like the following
use "./myOtherFile"; // Quickfall automatically adds .qf
Additionally, the use keyword will allow to use the standart lib like the following:
use std:io:[print]
Reactions are currently unavailable