Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for returnsInt (0.05 seconds)

  1. doc/go_spec.html

    </p>
    
    <h2 id="Statements">Statements</h2>
    
    <p>
    Statements control execution.
    </p>
    
    <pre class="ebnf">
    Statement  = Declaration | LabeledStmt | SimpleStmt |
                 GoStmt | ReturnStmt | BreakStmt | ContinueStmt | GotoStmt |
                 FallthroughStmt | Block | IfStmt | SwitchStmt | SelectStmt | ForStmt |
                 DeferStmt .
    
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top