Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for SendStmt (0.16 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SelectStmt.Select", Field, 0},
    		{"SelectorExpr", Type, 0},
    		{"SelectorExpr.Sel", Field, 0},
    		{"SelectorExpr.X", Field, 0},
    		{"SendStmt", Type, 0},
    		{"SendStmt.Arrow", Field, 0},
    		{"SendStmt.Chan", Field, 0},
    		{"SendStmt.Value", Field, 0},
    		{"SliceExpr", Type, 0},
    		{"SliceExpr.High", Field, 0},
    		{"SliceExpr.Lbrack", Field, 0},
    		{"SliceExpr.Low", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    	GoStmt | ReturnStmt | BreakStmt | ContinueStmt | GotoStmt |
    	FallthroughStmt | Block | IfStmt | SwitchStmt | SelectStmt | ForStmt |
    	DeferStmt .
    
    SimpleStmt = EmptyStmt | ExpressionStmt | SendStmt | IncDecStmt | Assignment | ShortVarDecl .
    </pre>
    
    <h3 id="Terminating_statements">Terminating statements</h3>
    
    <p>
    A <i>terminating statement</i> interrupts the regular flow of control in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  3. doc/go_spec.html

    	GoStmt | ReturnStmt | BreakStmt | ContinueStmt | GotoStmt |
    	FallthroughStmt | Block | IfStmt | SwitchStmt | SelectStmt | ForStmt |
    	DeferStmt .
    
    SimpleStmt = EmptyStmt | ExpressionStmt | SendStmt | IncDecStmt | Assignment | ShortVarDecl .
    </pre>
    
    <h3 id="Terminating_statements">Terminating statements</h3>
    
    <p>
    A <i>terminating statement</i> interrupts the regular flow of control in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg go/ast, type SelectorExpr struct
    pkg go/ast, type SelectorExpr struct, Sel *Ident
    pkg go/ast, type SelectorExpr struct, X Expr
    pkg go/ast, type SendStmt struct
    pkg go/ast, type SendStmt struct, Arrow token.Pos
    pkg go/ast, type SendStmt struct, Chan Expr
    pkg go/ast, type SendStmt struct, Value Expr
    pkg go/ast, type SliceExpr struct
    pkg go/ast, type SliceExpr struct, High Expr
    pkg go/ast, type SliceExpr struct, Lbrack token.Pos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top