mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
I think var declarations are working correctly; no type checking yet
This commit is contained in:
@@ -1 +1,2 @@
|
||||
var name : [string const, int] = ["foo" : 42];
|
||||
var name : [string const, int] = ["foo" : 42];
|
||||
var something = 0;
|
||||
|
||||
Reference in New Issue
Block a user