Basic Comparisons

This commit is contained in:
gingerBill
2016-08-01 00:34:15 +01:00
parent 70f6282f41
commit 88e05ad2b2
7 changed files with 124 additions and 46 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
main :: proc() {
a, b := 1, 2;
a++;
b++;
a += b;
a : int;
}