]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Vector1.scl
(refs #7307) Added features field to SCL module header
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Vector1.scl
index 33b6c86df97555826de34709d3603a4b5d771028..f2bbdafd8ccd4c2385006a6fdd85ae637f26938e 100644 (file)
@@ -1,8 +1,8 @@
-import "StandardLibrary"\r
-\r
-a :: Vector Double\r
-a = vector [1,2,3]\r
-\r
-main = map (a !) [0..length a-1]\r
---\r
+import "StandardLibrary"
+
+a :: Vector Double
+a = vector [1,2,3]
+
+main = map (a !) [0..length a-1]
+--
 [1.0, 2.0, 3.0]
\ No newline at end of file