]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.runtime/scl/StringIO.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.runtime / scl / StringIO.scl
index e30f5b6052d4b0b3a5b48ecb49b210d5cd711057..1971afc83ad3e259dedc1b3db42f4d7daba9cf3a 100644 (file)
@@ -1,13 +1,13 @@
-\r
-importJava "org.simantics.scl.runtime.procedure.StringIO" where\r
-    "Reads all lines of the file whose name is given as a parameter"\r
-    readLines :: String -> <Proc> [String]\r
-    \r
-    "`readLinesWithCharset \"charset\" \"file\"` reads all lines of the file whose name is given as a parameter using the given charset."\r
-    readLinesWithCharset :: String -> String -> <Proc> [String]\r
-    \r
-    "Creates a new file with the given file name whose contents are the given lines."\r
-    writeLines :: String -> [String] -> <Proc> ()\r
-    \r
-    "`appendLine fileName line` appends `line` to the file with name `fileName`"\r
-    appendLine :: String -> String -> <Proc> ()\r
+
+importJava "org.simantics.scl.runtime.procedure.StringIO" where
+    "Reads all lines of the file whose name is given as a parameter"
+    readLines :: String -> <Proc> [String]
+    
+    "`readLinesWithCharset \"charset\" \"file\"` reads all lines of the file whose name is given as a parameter using the given charset."
+    readLinesWithCharset :: String -> String -> <Proc> [String]
+    
+    "Creates a new file with the given file name whose contents are the given lines."
+    writeLines :: String -> [String] -> <Proc> ()
+    
+    "`appendLine fileName line` appends `line` to the file with name `fileName`"
+    appendLine :: String -> String -> <Proc> ()