79700907

Date: 2025-07-14 13:02:34
Score: 1
Natty:
Report link

The best reversed comma """operator""" I can think of is just a function:

inline static int rev_comma(int lhs, int rhs) {
    return lhs;
}

though it would only work for a single combo of types and wouldn't be as readable a just a comma.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Coarse Rosinflower