Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Falls (0.13 sec)

  1. doc/go_spec.html

    No <a href="#Run_time_panics">run-time panic</a> occurs in this case.
    </p>
    
    
    <h3 id="Calls">Calls</h3>
    
    <p>
    Given an expression <code>f</code> with a <a href="#Core_types">core type</a>
    <code>F</code> of <a href="#Function_types">function type</a>,
    </p>
    
    <pre>
    f(a1, a2, … an)
    </pre>
    
    <p>
    calls <code>f</code> with arguments <code>a1, a2, … an</code>.
    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