Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Arithmetic_operators (0.1 seconds)

  1. doc/go_spec.html

    ^a >> b                    // (^a) >> b
    f() || g()                 // f() || g()
    x == y+1 && <-chanInt > 0  // (x == (y+1)) && ((<-chanInt) > 0)
    </pre>
    
    
    <h3 id="Arithmetic_operators">Arithmetic operators</h3>
    <p>
    Arithmetic operators apply to numeric values and yield a result of the same
    type as the first operand. The four standard arithmetic operators (<code>+</code>,
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top