:set ai /for o if (a > 0) { // positive return --a; } else if (a < 0) { // negative return ++a; } else { // equal return a; } n O// optimized loop