IF TEST = 1 { ASSIGN Value1 = 10 ASSIGN Value2 = 12 } //min -- Returns the smaller of the two values specified. ASSIGN Result1 = min(Value1, Value2) //max -- Returns the larger of the two values specified. ASSIGN Result1 = max(Value1, Value2)