diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-04-02 13:09:16 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-04-02 13:09:16 -0300 |
commit | 9890bedaabfd9c615be9d4491ade4095ae783168 (patch) | |
tree | ceeb1e1adf4f2a003e57b9c1e416f11f0d37e6f9 | |
parent | 0a0c9593b846c33781f3adea84a8e9125a747131 (diff) | |
download | lua-9890bedaabfd9c615be9d4491ade4095ae783168.tar.gz lua-9890bedaabfd9c615be9d4491ade4095ae783168.tar.bz2 lua-9890bedaabfd9c615be9d4491ade4095ae783168.zip |
details (format for html)
-rw-r--r-- | manual.tex | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | % $Id: manual.tex,v 1.6 1998/01/14 13:49:44 roberto Exp roberto $ | 1 | % $Id: manual.tex,v 1.7 1998/03/30 18:17:55 roberto Exp roberto $ |
2 | 2 | ||
3 | \documentstyle[fullpage,11pt,bnf]{article} | 3 | \documentstyle[fullpage,11pt,bnf]{article} |
4 | 4 | ||
@@ -38,7 +38,7 @@ Waldemar Celes | |||
38 | \tecgraf\ --- Computer Science Department --- PUC-Rio | 38 | \tecgraf\ --- Computer Science Department --- PUC-Rio |
39 | } | 39 | } |
40 | 40 | ||
41 | \date{\small \verb$Date: 1998/01/14 13:49:44 $} | 41 | \date{\small \verb$Date: 1998/03/30 18:17:55 $} |
42 | 42 | ||
43 | \maketitle | 43 | \maketitle |
44 | 44 | ||
@@ -910,7 +910,8 @@ Notice that the variable \verb|v| must have been | |||
910 | previously initialized with a table value. | 910 | previously initialized with a table value. |
911 | 911 | ||
912 | 912 | ||
913 | \subsection{\Index{Visibility} and \Index{Upvalues}} \label{upvalue} | 913 | \subsection{Visibility and Upvalues} \label{upvalue} |
914 | \index{Visibility} \index{Upvalues} | ||
914 | 915 | ||
915 | A function body may refer to its own local variables | 916 | A function body may refer to its own local variables |
916 | (which includes its parameters) and to global variables, | 917 | (which includes its parameters) and to global variables, |