Types are being read into the variable declaration, not yet used

This commit is contained in:
2022-08-12 15:06:41 +01:00
parent 998b913fc9
commit 53f0996fd1
9 changed files with 150 additions and 100 deletions

View File

@@ -1,2 +1 @@
print [[1, 2, 3], [4, 5, 6], [7, 8, 9]];
print [["foo":1]:["bar":2]];
var a : int const = 42;