diff options
Diffstat (limited to 'getting-started-strings/quickref.tex')
-rw-r--r-- | getting-started-strings/quickref.tex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/getting-started-strings/quickref.tex b/getting-started-strings/quickref.tex deleted file mode 100644 index 3bd7055..0000000 --- a/getting-started-strings/quickref.tex +++ /dev/null @@ -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. |