- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ConstSpec (0.04 seconds)
-
doc/go_spec.html
the left is bound to the value of the <i>n</i>th expression on the right. </p> <pre class="ebnf"> ConstDecl = "const" ( ConstSpec | "(" { ConstSpec ";" } ")" ) . ConstSpec = IdentifierList [ [ Type ] "=" ExpressionList ] . IdentifierList = identifier { "," identifier } . ExpressionList = Expression { "," Expression } . </pre> <p>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1)