The R Project SVN R

Rev

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

Rev 56184 Rev 56186
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}
12
\alias{return}
13
\alias{return}
13
\description{
14
\description{
14
  These functions provide the base mechanisms for defining
15
  These functions provide the base mechanisms for defining
15
  new functions in the \R language.
16
  new functions in the \R language.
16
}
17
}