Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for execve (0.07 sec)

  1. doc/go1.17_spec.html

    <h3 id="Switch_statements">Switch statements</h3>
    
    <p>
    "Switch" statements provide multi-way execution.
    An expression or type is compared to the "cases"
    inside the "switch" to determine which branch
    to execute.
    </p>
    
    <pre class="ebnf">
    SwitchStmt = ExprSwitchStmt | TypeSwitchStmt .
    </pre>
    
    <p>
    There are two forms: expression switches and type switches.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
Back to top