question: is it possible to increment any *even* starting number by 1 with this h interprets a number like it's a hexadecimal number (20 => 0x20 => 32) O interprets a number like it's an octal number (20 => 020 => 16) s subtracts 1 from even numbers and adds 1 to odd numbers