Added more reserved words

This commit is contained in:
2024-10-27 18:09:52 +11:00
parent 94fabf2f4e
commit 151ad7656d

View File

@@ -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