The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 29... Line 29...
29
  If \code{value} is missing, \code{NULL} is returned.  If it is a
29
  If \code{value} is missing, \code{NULL} is returned.  If it is a
30
  single expression, the value of the evaluated expression is returned.
30
  single expression, the value of the evaluated expression is returned.
31
  (The expression is evaluated as soon as \code{return} is called, in
31
  (The expression is evaluated as soon as \code{return} is called, in
32
  the evaluation frame of the function and before any
32
  the evaluation frame of the function and before any
33
  \code{\link{on.exit}} expression is evaluated.)
33
  \code{\link{on.exit}} expression is evaluated.)
34
  
34
 
35
  If the end of a function is reached without calling \code{return}, the
35
  If the end of a function is reached without calling \code{return}, the
36
  value of the last evaluated expression is returned.
36
  value of the last evaluated expression is returned.
37
}
37
}
38
 
38
 
39
\section{Technical details}{
39
\section{Technical details}{