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
any
array
as
assert
bool
@@ -19,6 +20,7 @@ float
fn
for
foreach
function
if
import
in
@@ -29,6 +31,7 @@ opaque
print
return
string
table
true
type
typeas