Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for branchesOf (0.1 sec)

  1. doc/go_spec.html

    	<!-- ul below only for regular layout -->
    	<ul> </ul>
    </li>
    
    <li>
    	An <a href="#If_statements">"if" statement</a> in which:
    	<ul>
    	<li>the "else" branch is present, and</li>
    	<li>both branches are terminating statements.</li>
    	</ul>
    </li>
    
    <li>
    	A <a href="#For_statements">"for" statement</a> in which:
    	<ul>
    	<li>there are no "break" statements referring to the "for" statement, and</li>
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (1)
Back to top