13 lines
219 B
Markdown
13 lines
219 B
Markdown
# Include keyword in fa
|
|
|
|
`Include` keyword will include a file
|
|
|
|
Include has this syntax:
|
|
|
|
```fa
|
|
include '<file>'
|
|
```
|
|
|
|
The file has to be wrapped in `''`,
|
|
it'll have its ast generated and then
|
|
injected into the main AST
|