Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for outcode (0.18 sec)

  1. doc/go_mem.html

    and not yet overwritten.
    These implementation constraints make Go more like Java or JavaScript,
    in that most races have a limited number of outcomes,
    and less like C and C++, where the meaning of any program with a race
    is entirely undefined, and the compiler may do anything at all.
    Go's approach aims to make errant programs more reliable and easier to debug,
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    	<li>The scope of an identifier denoting a constant, type, variable,
    	    or function (but not method) declared at top level (outside any
    	    function) is the package block.</li>
    
    	<li>The scope of the package name of an imported package is the file block
    	    of the file containing the import declaration.</li>
    
    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)
  3. doc/go_spec.html

    	<li>The scope of an identifier denoting a constant, type, variable,
    	    or function (but not method) declared at top level (outside any
    	    function) is the package block.</li>
    
    	<li>The scope of the package name of an imported package is the file block
    	    of the file containing the import declaration.</li>
    
    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