Added the tilde '~' operator acting as NOT
This commit is contained in:
@@ -177,7 +177,7 @@ func (self *term) source() string {
|
||||
|
||||
func (self *term) compute(ctx exprContext) (v any, err error) {
|
||||
if self.evalFunc == nil {
|
||||
err = fmt.Errorf("undfined eval-func for %v term type", self.kind)
|
||||
err = fmt.Errorf("undefined eval-func for %v term type", self.kind)
|
||||
} else {
|
||||
v, err = self.evalFunc(ctx, self)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user