lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 9890bedaabfd9c615be9d4491ade4095ae783168
parent 0a0c9593b846c33781f3adea84a8e9125a747131
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu,  2 Apr 1998 13:08:55 -0300

details (format for html)

Diffstat:
Mmanual.tex | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/manual.tex b/manual.tex @@ -1,4 +1,4 @@ -% $Id: manual.tex,v 1.6 1998/01/14 13:49:44 roberto Exp roberto $ +% $Id: manual.tex,v 1.7 1998/03/30 18:17:55 roberto Exp roberto $ \documentstyle[fullpage,11pt,bnf]{article} @@ -38,7 +38,7 @@ Waldemar Celes \tecgraf\ --- Computer Science Department --- PUC-Rio } -\date{\small \verb$Date: 1998/01/14 13:49:44 $} +\date{\small \verb$Date: 1998/03/30 18:17:55 $} \maketitle @@ -910,7 +910,8 @@ Notice that the variable \verb|v| must have been previously initialized with a table value. -\subsection{\Index{Visibility} and \Index{Upvalues}} \label{upvalue} +\subsection{Visibility and Upvalues} \label{upvalue} +\index{Visibility} \index{Upvalues} A function body may refer to its own local variables (which includes its parameters) and to global variables,