mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed a typo
This commit is contained in:
@@ -31,7 +31,7 @@ print tally(); //3
|
||||
* Simple C-like syntax
|
||||
* Bytecode intermediate compilation
|
||||
* Optional, but robust type system (including `opaque` for arbitrary data)
|
||||
* functions and types are first-class citizens
|
||||
* Functions and types are first-class citizens
|
||||
* `import` and `export` variables from the host program
|
||||
* Fancy slice notation for strings, arrays and dictionaries
|
||||
* Can re-direct output, error and assertion failure messages
|
||||
|
||||
Reference in New Issue
Block a user