Operator
An Operator denotes an action that is to be taken on the Operands indicated. 
There are several different categories of Operators:
Arithmetic Operators
			Add
	Subtract 
		Multiply
	Divide
	Percent
		Modulus
		Minimum
		Maximum
Rounding Operators
Round to the Nearest
Round Down
	Round Up
		Truncate
Conversion Operators 
			Convert to a Date
	Convert to a Character
		Convert to a Number
		Convert Wage to the Basis indicated.
Date Operators 
Day portion of Date
Month portion of Date
Year portion of Date
Days between Dates
Months between Dates
Years between Dates.
Relative Date Operators 
Beginning of Day
Beginning of Week
End of Week
Beginning of Month
End of Month
Beginning of Year
End of Year.
Comparison Operators 
Equal to
Not Equal to
Greater than
Greater than or Equal to
Not Greater than
Less than
Less than or Equal to
Not Less than
In List
Not in List
In Between
Not in Between
Like