Eigenpoll
: D wish list : Dynamic Conditional
A special conditional-type operator which supports a variable number of arguments.
Normal conditional:
v ? 1 : 0
Dynamic conditional:
v ?? 0 : 1 : 2 : 3
Report this item for cleanup