Searched defs:boolCond (Results 1 – 1 of 1) sorted by relevance
106 type boolCond struct { struct107 v bool108 usage CondUsage111 func (b *boolCond) Usage() *CondUsage { return &b.usage }113 func (b *boolCond) Eval(s *State, suffix string) (bool, error) {