mirror of
https://github.com/lua/lua.git
synced 2025-02-04 06:13:04 +08:00
detail
This commit is contained in:
parent
07008b5d45
commit
9a0221ef58
@ -1,4 +1,4 @@
|
|||||||
% $Id: manual.tex,v 1.15 1998/06/18 17:36:27 roberto Exp roberto $
|
% $Id: manual.tex,v 1.16 1998/06/19 18:47:06 roberto Exp roberto $
|
||||||
|
|
||||||
\documentclass[11pt]{article}
|
\documentclass[11pt]{article}
|
||||||
\usepackage{fullpage,bnf}
|
\usepackage{fullpage,bnf}
|
||||||
@ -39,7 +39,7 @@ Waldemar Celes
|
|||||||
\tecgraf\ --- Computer Science Department --- PUC-Rio
|
\tecgraf\ --- Computer Science Department --- PUC-Rio
|
||||||
}
|
}
|
||||||
|
|
||||||
%\date{\small \verb$Date: 1998/06/18 17:36:27 $}
|
%\date{\small \verb$Date: 1998/06/19 18:47:06 $}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
@ -1575,7 +1575,7 @@ void lua_endblock (void);
|
|||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
After the end of the block,
|
After the end of the block,
|
||||||
all \verb|lua_Object|'s created inside it are released.
|
all \verb|lua_Object|'s created inside it are released.
|
||||||
The use of explicit nested blocks is good progamming practice
|
The use of explicit nested blocks is good programming practice
|
||||||
and is strongly encouraged.
|
and is strongly encouraged.
|
||||||
|
|
||||||
\subsection{Executing Lua Code}
|
\subsection{Executing Lua Code}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user