function — Defines a function by combining independent variables, breakpoints, and tables
function :  name
     description?
     (provenance | provenanceRef)?
     (
          independentVarPts+
          dependentVarPts
     )
     OR
     (
          independentVarRef+
          dependentVarRef
          functionDefn
     )
2011-03-25