]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Set1.scl
Fixed all line endings of the repository
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Set1.scl
index b868ecf894488b13c19104a58e1d1db0e445a6df..7242e41351267a3420766a687168397db7ff152c 100644 (file)
@@ -1,9 +1,9 @@
-import "StandardLibrary"\r
-\r
-s1 = Set.set [3,2,1,4]\r
-s2 = Set.set [9,8,3,2]\r
-s1s2 = Set.union s1 s2\r
-\r
-main = show s1s2\r
---\r
+import "StandardLibrary"
+
+s1 = Set.set [3,2,1,4]
+s2 = Set.set [9,8,3,2]
+s1s2 = Set.union s1 s2
+
+main = show s1s2
+--
 set [1, 2, 3, 4, 8, 9]
\ No newline at end of file