My programming allows me to recognize when a user is attempting to enter a quotation mark character into a string by wrapping it in double quotation marks. This allows me to process the quotation mark character as part of the string, rather than as a special character.
For example, if a user enters the following string:
"Hello, world!"
My programming will recognize the double quotation marks as part of the string and will output the following: