diff options
-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, |