Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for exemplo (0.03 seconds)

  1. docs/screenshots/Example-3.png

    Example-3.png...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue May 09 02:22:34 GMT 2017
    - 265.4K bytes
    - Click Count (0)
  2. docs/screenshots/Example-3.jpg

    Example-3.jpg...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Jun 29 16:10:47 GMT 2017
    - 288.5K bytes
    - Click Count (0)
  3. doc/go_spec.html

    For instance, this example:
    </p>
    
    <pre>
    	goto L  // BAD
    	v := 3
    L:
    </pre>
    
    <p>
    is erroneous because the jump to label <code>L</code> skips
    the creation of <code>v</code>.
    </p>
    
    <p>
    A "goto" statement outside a <a href="#Blocks">block</a> cannot jump to a label inside that block.
    For instance, this example:
    </p>
    
    <pre>
    if n%2 == 1 {
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top