Improved Let syntax and improvements to type system
[cc1516.git] / examples / codeGen.spl
index 3c64c1a..11a45a0 100644 (file)
@@ -18,6 +18,8 @@
 //    return x3 + x1;
 //}
 
+Let Int x = 5;
+
 isE(x) :: [a] -> Bool {
     if (x == []) {
         return True;