Removed exports region

This commit is contained in:
2023-01-14 03:35:39 +11:00
committed by GitHub
parent 5dfbb8b973
commit 3a583fa6dc
2 changed files with 3 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ print tally(); //3
* Bytecode intermediate compilation
* Optional, but robust type system (including `opaque` for arbitrary data)
* Functions and types are first-class citizens
* `import` and `export` variables from the host program
* Import external libraries
* Fancy slice notation for strings, arrays and dictionaries
* Can re-direct output, error and assertion failure messages
* Open source under the zlib license