Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fallthrough (0.63 sec)

  1. doc/go1.17_spec.html

    </p>
    
    <h3 id="Fallthrough_statements">Fallthrough statements</h3>
    
    <p>
    A "fallthrough" statement transfers control to the first statement of the
    next case clause in an <a href="#Expression_switches">expression "switch" statement</a>.
    It may be used only as the final non-empty statement in such a clause.
    </p>
    
    <pre class="ebnf">
    FallthroughStmt = "fallthrough" .
    </pre>
    
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
Back to top