Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supply (0.14 sec)

  1. doc/go1.17_spec.html

    <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>,
    <code>-</code>, <code>*</code>, <code>/</code>) apply to integer,
    floating-point, and complex types; <code>+</code> also applies to strings.
    The bitwise logical and shift operators apply to integers only.
    </p>
    
    <pre class="grammar">
    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)
Back to top