Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Variable_declarations (0.8 sec)

  1. doc/go1.17_spec.html

    </p>
    
    <p>
    A constant may be given a type explicitly by a <a href="#Constant_declarations">constant declaration</a>
    or <a href="#Conversions">conversion</a>, or implicitly when used in a
    <a href="#Variable_declarations">variable declaration</a> or an
    <a href="#Assignments">assignment</a> or as an
    operand in an <a href="#Expressions">expression</a>.
    It is an error if the constant value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    </p>
    
    <p>
    A constant may be given a type explicitly by a <a href="#Constant_declarations">constant declaration</a>
    or <a href="#Conversions">conversion</a>, or implicitly when used in a
    <a href="#Variable_declarations">variable declaration</a> or an
    <a href="#Assignment_statements">assignment statement</a> or as an
    operand in an <a href="#Expressions">expression</a>.
    It is an error if the constant value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top