mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Initial commit with a few basic files
This commit is contained in:
40
docs/reserved-words.md
Normal file
40
docs/reserved-words.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user