Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Post (0.16 sec)

  1. doc/go_spec.html

    <p>
    A "for" statement with a ForClause is also controlled by its condition, but
    additionally it may specify an <i>init</i>
    and a <i>post</i> statement, such as an assignment,
    an increment or decrement statement. The init statement may be a
    <a href="#Short_variable_declarations">short variable declaration</a>, but the post statement must not.
    </p>
    
    <pre class="ebnf">
    ForClause = [ InitStmt ] ";" [ Condition ] ";" [ PostStmt ] .
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top