]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/While3.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / While3.scl
index 0520769588d25990d170a1cdfa148b0a08bb475b..0e0d4aff87c48d1f3d9ade72868a4884f0f41ec2 100644 (file)
@@ -1,11 +1,11 @@
-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
+import "Prelude"
+
+main = do
+    a = ref 1
+    b = ref 0
+    while (getRef a < 5) do
+        b := getRef b + 1
+        a := getRef a + 1
+    getRef b             
+--
 4
\ No newline at end of file