I think var declarations are working correctly; no type checking yet

This commit is contained in:
2022-08-13 15:57:30 +01:00
parent 55aa6eb273
commit afad0d99cb
12 changed files with 120 additions and 120 deletions

View File

@@ -1 +1,2 @@
var name : [string const, int] = ["foo" : 42];
var name : [string const, int] = ["foo" : 42];
var something = 0;