Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IncDec_statements (0.1 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 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