for(var i=0; i<_args.length-1; i++) {
    args.push(new Term(this._r).expr(_args[i]));
  }