docs docs docs

This commit is contained in:
cozis
2022-03-12 20:48:43 +01:00
parent c1b442f843
commit 15d1d5bbe5
6 changed files with 112 additions and 27 deletions
+1
View File
@@ -0,0 +1 @@
Here are implemented the language's builtin variables. Each file define it's values and exposes them through a `StaticMapSlot` array. These values can then be accessed from within the language by wrapping these arrays in static map objects (check src/o_staticmap.c to know more).