- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parenthesis (0.07 sec)
-
doc/go_spec.html
of an "if", "for", or "switch" statement, and the composite literal is not enclosed in parentheses, square brackets, or curly braces. In this rare case, the opening brace of the literal is erroneously parsed as the one introducing the block of statements. To resolve the ambiguity, the composite literal must appear within parentheses. </p> <pre> if x == (T{a,b,c}[i]) { … } if (x == T{a,b,c}[i]) { … } </pre>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)