]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.tutorial/scl/Tutorial/1.09 Strings.md
Import org.simantics.scl.tutorial from incubator SVN repo
[simantics/platform.git] / bundles / org.simantics.scl.tutorial / scl / Tutorial / 1.09 Strings.md
diff --git a/bundles/org.simantics.scl.tutorial/scl/Tutorial/1.09 Strings.md b/bundles/org.simantics.scl.tutorial/scl/Tutorial/1.09 Strings.md
new file mode 100644 (file)
index 0000000..224786d
--- /dev/null
@@ -0,0 +1,13 @@
+# Strings\r
+\r
+Strings are essentially lists of (Unicode) characters and therefore many functions that operate\r
+on lists can also be used with strings:\r
+\r
+::value[Prelude/+, Prelude/sum, Prelude/length, Prelude/take, Prelude/drop, Prelude/sub]\r
+\r
+Strings have currently their own function for accessing indivial characters\r
+(but in the future they may also support `!` operator). \r
+\r
+::value[Prelude/charAt]\r
+\r
+The following operations are often useful for \r