Numeric operators are the easiest and almost the same as in other languages.
+, -, * and /. Addition, subtraction, multiplication and division operators (in VFP there is no integer division, you can convert a result to integer with functions INT(), CEILING() and FLOOR()).
% Modulus operator.
^ ...