Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Primary expressions are the building blocks of more complex expressions. They may be constants, identifiers, a Generic selection, or an expression in parentheses.
Syntax
primary-expression
:
identifier
constant
string-literal
(
expression
)
generic-selection
expression
:
assignment-expression
expression
,
assignment-expression