Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Unscoped (0.06 sec)

  1. doc/go1.17_spec.html

    <p>
    The <i>scope</i> of a declared identifier is the extent of source text in which
    the identifier denotes the specified constant, type, variable, function, label, or package.
    </p>
    
    <p>
    Go is lexically scoped using <a href="#Blocks">blocks</a>:
    </p>
    
    <ol>
    	<li>The scope of a <a href="#Predeclared_identifiers">predeclared identifier</a> is the universe block.</li>
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top