add export keyword

This commit is contained in:
2024-10-19 22:13:41 -04:00
parent 5a8354f1ad
commit 3027ef4820
6 changed files with 103 additions and 55 deletions

View File

@@ -56,7 +56,7 @@ You can create a multi-statement expression using either `()` syntax or the `~`
)
```
### Global Scope (unimplemented)
### Global Scope
You can introduce a variable to global scope using the `export` builtin function.