string literal

Literal that is defined with characters contained in backquotes (`). The length is minimum 0 characters, maximum 255 characters. The data type of a string literal is string.

More