GEEN MERGE CONFLICT
[cc1516.git] / examples / test.spl
index c230ff3..4a4ec5c 100644 (file)
@@ -24,7 +24,5 @@ times(x, y){
 
 main(){
        [Int] l1 = 1 : 2 : 3 : 4 : 5 : [];
-       var c = foldr(times, 1, l1);
-       print(c);
-//     var d = map(plus(1), l1);
+       foldr(times, 1, l1);
 }