Files
Toy/docs/reserved-words.md

41 lines
336 B
Markdown

# 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.
```txt
any
as
assert
bool
break
class
const
continue
do
else
export
false
float
fn
for
foreach
if
import
in
int
null
of
opaque
print
return
string
true
type
typeas
typeof
var
while
yield
```