in reply to Re^5: How to simulate a preprocessor macro without one?
in thread How to simulate a preprocessor macro without one?

By using overload and overloading q for the constant string parts and the "."-operator for the string concatenations in between.

That doesn't overload qq. It's already done its job by then
  • Comment on Re^6: How to simulate a preprocessor macro without one?