Fixed: removed cast keywords

This commit is contained in:
arookas 2016-02-01 04:57:29 -05:00
parent 25c3853309
commit 3e0a2dc403

View file

@ -34,9 +34,6 @@ YIELD = "yield"
EXIT = "exit"
LOCK = "lock"
UNLOCK = "unlock"
INT = "int"
FLOAT = "float"
TYPEOF = "typeof"
TRUE = "true"
FALSE = "false"