static int or_nonZeroInt(int a, int b) { ret a != 0 ? a : b; }