These functions provide the base mechanisms for defining new functions in the R language.
function( arglist ) expr invisible(value) return(value)