Write a function abs_diff() that takes two vectors of equal length, and that calculates the absolute value of the differences for all values of these values. Be sure to include the necessary checks and messages for the user.