]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/While3.scl
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / While3.scl
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/While3.scl b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/While3.scl
deleted file mode 100644 (file)
index 0520769..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-import "Prelude"\r
-\r
-main = do\r
-    a = ref 1\r
-    b = ref 0\r
-    while (getRef a < 5) do\r
-        b := getRef b + 1\r
-        a := getRef a + 1\r
-    getRef b             \r
---\r
-4
\ No newline at end of file