The R Project SVN R

Rev

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

Rev 54642 Rev 56184
Line 7... Line 7...
7
\title{Function Definition}
7
\title{Function Definition}
8
\usage{
8
\usage{
9
\special{function( arglist ) expr}
9
\special{function( arglist ) expr}
10
\special{return(value)}
10
\special{return(value)}
11
}
11
}
12
\alias{function}
-
 
13
\alias{return}
12
\alias{return}
14
\description{
13
\description{
15
  These functions provide the base mechanisms for defining
14
  These functions provide the base mechanisms for defining
16
  new functions in the \R language.
15
  new functions in the \R language.
17
}
16
}