getting-started-strings/quickref.tex
changeset 522 d33698326409
parent 521 88a01948450d
child 523 54bdda4aefa5
--- a/getting-started-strings/quickref.tex	Wed Nov 17 23:24:57 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-Creating a string:\\
-{\ex \lstinline|    s = ``Hello World''|} -- Single quotes and triple
-quotes can also be used.  
-
-Accessing individual elements:\\
-{\ex \lstinline|   s[5]|} -- Elements can be accessed with their index
-
-Strings are immutable.