Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for th (1.05 sec)

  1. doc/go1.17_spec.html

    the constants) to the values of a list of <a href="#Constant_expressions">constant expressions</a>.
    The number of identifiers must be equal
    to the number of expressions, and the <i>n</i>th identifier on
    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 ";" } ")" ) .
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    the constants) to the values of a list of <a href="#Constant_expressions">constant expressions</a>.
    The number of identifiers must be equal
    to the number of expressions, and the <i>n</i>th identifier on
    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 ";" } ")" ) .
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top