Files
Toy/docs/reserved-words.md
2024-10-27 18:09:52 +11:00

357 B

Reserved Words

The following list of words have special meaning to the language, so they can't be used as names for variables or functions.

any
array
as
assert
bool
break
class
const
continue
do
else
export
false
float
fn
for
foreach
function
if
import
in
int
null
of
opaque
print
return
string
table
true
type
typeas
typeof
var
while
yield