Merge branch 'master' of https://github.com/dopefishh/cc1516
[cc1516.git] / examples / StmtEx.spl
index d52e5b7..ef8cb88 100644 (file)
@@ -16,10 +16,10 @@ facR(n) :: Int -> Int {
     return 5;
 }
 
-test(n) :: Int -> Bool {
+test(e) :: Int -> Bool {
     var i = 0;
     facR(z);
-    while (n < 3) {
+    while (e < 3) {
         return True;
     }
 }