Primary expressions
The primary expression is the simplest form of expression. It can take the following forms:
Identifier. In an expression, an identifier is a variable name, an instance method name, a type method name, or an action name.
Literal. A literal in an expression is a compile-time constant value as described in
Literals.