mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added more reserved words
This commit is contained in:
@@ -4,6 +4,7 @@ The following list of words have special meaning to the language, so they can't
|
|||||||
|
|
||||||
```txt
|
```txt
|
||||||
any
|
any
|
||||||
|
array
|
||||||
as
|
as
|
||||||
assert
|
assert
|
||||||
bool
|
bool
|
||||||
@@ -19,6 +20,7 @@ float
|
|||||||
fn
|
fn
|
||||||
for
|
for
|
||||||
foreach
|
foreach
|
||||||
|
function
|
||||||
if
|
if
|
||||||
import
|
import
|
||||||
in
|
in
|
||||||
@@ -29,6 +31,7 @@ opaque
|
|||||||
print
|
print
|
||||||
return
|
return
|
||||||
string
|
string
|
||||||
|
table
|
||||||
true
|
true
|
||||||
type
|
type
|
||||||
typeas
|
typeas
|
||||||
|
|||||||
Reference in New Issue
Block a user