Literals
Expression Syntax: Literals
A literal is the text representation of a scalar (singular) value, such as the number 5 or the string "text". Note that string literals must be within double -quotes to be valid.
A literal by itself is a valid expression, although not a particularly interesting one.