mirror of
https://github.com/lua/lua
synced 2024-12-28 05:09:42 +03:00
details (format for html)
This commit is contained in:
parent
0a0c9593b8
commit
9890bedaab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user