details (format for html)

This commit is contained in:
Roberto Ierusalimschy 1998-04-02 13:09:16 -03:00
parent 0a0c9593b8
commit 9890bedaab

View File

@ -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,