fa/doc/md/INCLUDE.md
Ari Archer 0015f2da8c
Add includes and std library
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-06-24 20:25:53 +03:00

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