t / t4018 / cpp-operator-definitionon commit CodingGuidelines: give an example for case/esac statement (79fc3ca)
   1Value operator+(Value LEFT, Value RIGHT)
   2{
   3        ChangeMe;
   4}