<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of Jan 13, 2020",
+ "Subtitle": "Version of Jan 14, 2020",
"Path": "/ref/spec"
}-->
Operand = Literal | OperandName | "(" Expression ")" .
Literal = BasicLit | CompositeLit | FunctionLit .
BasicLit = int_lit | float_lit | imaginary_lit | rune_lit | string_lit .
-OperandName = identifier | QualifiedIdent.
+OperandName = identifier | QualifiedIdent .
</pre>
<h3 id="Qualified_identifiers">Qualified identifiers</h3>