diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-06-29 15:09:28 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-06-29 15:09:28 -0300 |
commit | 9a0221ef5887b25bb5e8cc734cedd7418250c8cd (patch) | |
tree | f332e74e23ee504de7dfc13c8ae78d84243e1372 | |
parent | 07008b5d45da78180c1a0513d63367b7bc228bf4 (diff) | |
download | lua-9a0221ef5887b25bb5e8cc734cedd7418250c8cd.tar.gz lua-9a0221ef5887b25bb5e8cc734cedd7418250c8cd.tar.bz2 lua-9a0221ef5887b25bb5e8cc734cedd7418250c8cd.zip |
detail
-rw-r--r-- | manual.tex | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | % $Id: manual.tex,v 1.15 1998/06/18 17:36:27 roberto Exp roberto $ | 1 | % $Id: manual.tex,v 1.16 1998/06/19 18:47:06 roberto Exp roberto $ |
2 | 2 | ||
3 | \documentclass[11pt]{article} | 3 | \documentclass[11pt]{article} |
4 | \usepackage{fullpage,bnf} | 4 | \usepackage{fullpage,bnf} |
@@ -39,7 +39,7 @@ Waldemar Celes | |||
39 | \tecgraf\ --- Computer Science Department --- PUC-Rio | 39 | \tecgraf\ --- Computer Science Department --- PUC-Rio |
40 | } | 40 | } |
41 | 41 | ||
42 | %\date{\small \verb$Date: 1998/06/18 17:36:27 $} | 42 | %\date{\small \verb$Date: 1998/06/19 18:47:06 $} |
43 | 43 | ||
44 | \maketitle | 44 | \maketitle |
45 | 45 | ||
@@ -1575,7 +1575,7 @@ void lua_endblock (void); | |||
1575 | \end{verbatim} | 1575 | \end{verbatim} |
1576 | After the end of the block, | 1576 | After the end of the block, |
1577 | all \verb|lua_Object|'s created inside it are released. | 1577 | all \verb|lua_Object|'s created inside it are released. |
1578 | The use of explicit nested blocks is good progamming practice | 1578 | The use of explicit nested blocks is good programming practice |
1579 | and is strongly encouraged. | 1579 | and is strongly encouraged. |
1580 | 1580 | ||
1581 | \subsection{Executing Lua Code} | 1581 | \subsection{Executing Lua Code} |