val(arg1, arg2) {
    if (arguments.length === 1)
      return this.virtualForms.val(arg1)
    else
      return this.virtualForms.val(arg1, arg2)