Fixed: removed cast keywords
This commit is contained in:
parent
25c3853309
commit
3e0a2dc403
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ YIELD = "yield"
|
|||
EXIT = "exit"
|
||||
LOCK = "lock"
|
||||
UNLOCK = "unlock"
|
||||
INT = "int"
|
||||
FLOAT = "float"
|
||||
TYPEOF = "typeof"
|
||||
|
||||
TRUE = "true"
|
||||
FALSE = "false"
|
||||
|
|
Loading…
Reference in a new issue