В одной рассылке увидел:
    > int x, y, sum;  // x, y, and sum are integers (numbers)
    > sum = x - y;    // sum up x and y
    You're being too generous to college trained monkeys (aka "coders" vs.
    "programmer") they would fix the bug as follows:
              sum = x - ( -y );