Rev 698 | Rev 1323 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{function}\title{Function Definition}\usage{function( arglist ) exprreturn(value)}\alias{function}\alias{return}\description{These functions provide the base mechanisms for definingnew functions in the \R language.}\seealso{\code{\link{args}} and \code{\link{body}} for accessing the argumentsand body of a function.\code{\link{debug}} for debugging; \code{\link{invisible}} for\code{return(.)}ing \emph{invisibly}.}\keyword{programming}