Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_spec.html

    However, as a special case, a slice, map, or function value may
    be compared to the predeclared identifier <code>nil</code>.
    Comparison of pointer, channel, and interface values to <code>nil</code>
    is also allowed and follows from the general rules above.
    </p>
    
    <pre>
    const c = 3 &lt; 4            // c is the untyped boolean constant true
    
    type MyBool bool
    var x, y int
    var (
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top