Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for newOption (0.23 sec)

  1. src/text/template/parse/parse.go

    	case itemTemplate:
    		return t.templateControl()
    	case itemWith:
    		return t.withControl()
    	}
    	t.backup()
    	token := t.peek()
    	// Do not pop variables; they persist until "end".
    	return t.newAction(token.pos, token.line, t.pipeline("command", itemRightDelim))
    }
    
    // Break:
    //
    //	{{break}}
    //
    // Break keyword is past.
    func (t *Tree) breakControl(pos Pos, line int) Node {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:57:51 UTC 2024
    - 21.3K bytes
    - Viewed (0)
Back to top