mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Changed my mind about oftype/typeof
This commit is contained in:
@@ -31,7 +31,7 @@ DONE: are compounds shallow or deep copies? Deep copies
|
||||
DONE: third output stream, for lexer/parser/compiler/interpreter errors
|
||||
DONE: Assertion-based test scripts
|
||||
DONE: Import/export keywords
|
||||
DONE: A way to check the type of a variable (oftype keyword)
|
||||
DONE: A way to check the type of a variable (typeOf keyword)
|
||||
DONE: slice and dot notation around the builtin _index and _dot functions
|
||||
|
||||
|
||||
|
||||
@@ -45,12 +45,12 @@ The following list of keywords cannot be used as names, due to their significanc
|
||||
* int
|
||||
* null
|
||||
* of
|
||||
* oftype
|
||||
* print
|
||||
* return
|
||||
* string
|
||||
* true
|
||||
* type
|
||||
* typeof
|
||||
* var
|
||||
* while
|
||||
|
||||
|
||||
Reference in New Issue
Block a user