diff -r 88a01948450d -r d33698326409 getting-started-strings/quickref.tex --- 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.