in reply to Is it possible to overload backticks (qx) operator

Overloading constant 'q' does not overload qq or qx, it overloads the string interpolation that these functions contain. Contrast with overloading ".
  • Comment on Re: Is it possible to overload backticks (qx) operator