sS or2_calc(S a, IF0 b) { ret nempty(a) ? a : strOrNull(b?!); } sS lambda0Like or2_calc(IF0 b, S a) { ret or2_calc(a, b); }