Strings
Strings are collections of printable characters. String values in the code can be delimited by either the single quote or double quote character, although the character used to close must match the character used to open.
The only arithmetic operation that is valid for string variables is addition, which causes two strings to be concatenated.