The R Project SVN R

Rev

Rev 698 | Rev 1323 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 698 Rev 1248
Line 8... Line 8...
8
\alias{return}
8
\alias{return}
9
\description{
9
\description{
10
These functions provide the base mechanisms for defining
10
These functions provide the base mechanisms for defining
11
new functions in the \R language.
11
new functions in the \R language.
12
}
12
}
-
 
13
\seealso{
-
 
14
  \code{\link{args}} and \code{\link{body}} for accessing the arguments
-
 
15
  and body of a function.
-
 
16
  \code{\link{debug}} for debugging; \code{\link{invisible}} for
13
\seealso{\code{\link{invisible}}}
17
  \code{return(.)}ing \emph{invisibly}.
-
 
18
}
14
\keyword{programming}
19
\keyword{programming}