builder.addMethod("atInc", {
      args: "index; inc=1"
    }, function($index, $inc) {
      this.put($index, this.at($index).$("+", [ $inc ]));
      return this;