Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for synthesized (0.11 sec)

  1. doc/go_spec.html

    If <code>n</code> &lt= 0, the loop does not run any iterations.
    </li>
    
    <li>
    For a function <code>f</code>, the iteration proceeds by calling <code>f</code>
    with a new, synthesized <code>yield</code> function as its argument.
    If <code>yield</code> is called before <code>f</code> returns,
    the arguments to <code>yield</code> become the iteration values
    for executing the loop body once.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top