Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IncDec_statements (0.16 seconds)

  1. doc/go_spec.html

    all types in its type set must be channel types that permit send operations,
    they must all have the same element type,
    and the type of the value to be sent must be assignable to that element type.
    </p>
    
    <h3 id="IncDec_statements">IncDec statements</h3>
    
    <p>
    The "++" and "--" statements increment or decrement their operands
    by the untyped <a href="#Constants">constant</a> <code>1</code>.
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top