The R Project SVN R

Rev

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

Rev 47262 Rev 54642
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{function}
6
\name{function}
7
\title{Function Definition}
7
\title{Function Definition}
8
\usage{
8
\usage{
9
function( arglist ) expr
9
\special{function( arglist ) expr}
10
return(value)
10
\special{return(value)}
11
}
11
}
12
\alias{function}
12
\alias{function}
13
\alias{return}
13
\alias{return}
14
\description{
14
\description{
15
  These functions provide the base mechanisms for defining
15
  These functions provide the base mechanisms for defining