arith_err
arith_err("variable not set");
arith_err("variable contains non-numeric value");
arith_err("token error");
arith_err("division by zero");
arith_err("divide error");
arith_err("expecting ')'");
arith_err("incr/decr require var name");
arith_err("expecting primary");
arith_err("expecting ':'");
arith_err("expecting end of expression");