The R Project SVN R

Rev

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

Rev 79553 Rev 81670
Line 38... Line 38...
38
 
38
 
39
  The shorthand form \code{\\(x) x + 1} is parsed as \code{function(x) x
39
  The shorthand form \code{\\(x) x + 1} is parsed as \code{function(x) x
40
    + 1}. It may be helpful in making code containing simple function
40
    + 1}. It may be helpful in making code containing simple function
41
  expressions more readable.
41
  expressions more readable.
42
}
42
}
43
\note{ \bold{The shorthand function notation is experimental and may change
-
 
44
    prior to release.} }
-
 
45
 
-
 
46
\section{Technical details}{
43
\section{Technical details}{
47
  This type of function is not the only type in \R: they are called
44
  This type of function is not the only type in \R: they are called
48
  \emph{closures} (a name with origins in LISP) to distinguish them from
45
  \emph{closures} (a name with origins in LISP) to distinguish them from
49
  \link{primitive} functions.
46
  \link{primitive} functions.
50
 
47