| There is a common problem with strings which normally looks like: a = "this is a string" but if there is a string in the string a = "When you say "Stop!" to me" the " around Stop must be duplicated also known as escaping. a = "When you say ""Stop!"" to me" |