language check done for `getting started with functions`
Creating a string:\\{\ex \lstinline| s = ``Hello World''|} -- Single quotes and triplequotes can also be used. Accessing individual elements:\\{\ex \lstinline| s[5]|} -- Elements can be accessed with their indexStrings are immutable.