eC- Current Element Value
The EC (Current Element Value) is the element’s value, for the currently running pay, for this employee. 
Statement:			If Gross Earnings are greater than $2500 go to section 4 otherwise exit the UserCalc
Line	CMD	OT	Operand 1	OPER	OT	Operand2	OT	Operand3	If Goto	Else GoTo
00010	IF	EC	GROSS PAY	GT	N	2500			04000	99999

Statement:			Let Pension Hours be equal to total hours worked then exit.
Line	CMD	OT	Operand 1	OPER	OT	Operand2	OT	Operand3	If Goto	Else GoTo
00010	LET	PC	296	EQ	EC	REG HOURS			99999	
99999	EXIT								99999