Quote Originally Posted by buzz View Post
I wouldn't last a day working for the guvment...

Can't they do something like:

cost_employee = hourly_rate * 0.2
var_cost = cost_employee + cost_stamp + cost_envelope + cost_paper
If abs(var_owed) < var_cost then
execute_delete
else
execute_send
end if

What? You expect things to be done efficiently?