Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subexpressions (0.2 sec)

  1. doc/go_spec.html

    )
    
    func f() int {
    	d++
    	return d
    }
    </pre>
    
    <p>
    the initialization order is <code>d</code>, <code>b</code>, <code>c</code>, <code>a</code>.
    Note that the order of subexpressions in initialization expressions is irrelevant:
    <code>a = c + b</code> and <code>a = b + c</code> result in the same initialization
    order in this example.
    </p>
    
    <p>
    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