summaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1998-07-11 12:00:00 +0000
committerrepogen <>1998-07-11 12:00:00 +0000
commit377347776f1f3d820f92151f70bec667f96d5e6b (patch)
treecdb3ba26158df33547dfe765547177afcee119d1 /doc/index.html
parent4f8c5d0f284e1f4da717aea5008915f185cd2e05 (diff)
downloadlua-github-3.1.tar.gz
Lua 3.13.1
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html51
1 files changed, 25 insertions, 26 deletions
diff --git a/doc/index.html b/doc/index.html
index 5ce16c44..ca4a2812 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -1,15 +1,17 @@
<HTML>
<HEAD>
-<TITLE>Lua 3.0 Reference Manual - Index</TITLE>
+<TITLE>Lua 3.1 Reference Manual - Contents</TITLE>
</HEAD>
<BODY>
-<H1>Reference Manual of the Programming Language Lua 3.0</H1>
+<H1>Reference Manual of the Programming Language
+<A HREF="http://www.tecgraf.puc-rio.br/lua/">Lua</A>
+3.1</H1>
<P>
<A HREF="http://www.inf.puc-rio.br/~roberto/">Roberto Ierusalimschy</A>,
<A HREF="http://www2.lncc.br/~lhf/">Luiz Henrique de Figueiredo</A>,
-<A HREF="http://www.graphics.cornell.edu/~celes/">Waldemar Celes</A>
+<A HREF="http://www.tecgraf.puc-rio.br/~celes/">Waldemar Celes</A>
<BR>
<A HREF="mailto:lua@tecgraf.puc-rio.br">lua@tecgraf.puc-rio.br</A><BR>
<A HREF="http://www.tecgraf.puc-rio.br">TeCGraf</A>,
@@ -17,22 +19,17 @@
<A HREF="http://www.puc-rio.br">PUC-Rio</A>
<P>
+[
+<A HREF="manual.html">top</A>
+|
+<A HREF="#contents">contents</A>
+|
+<A HREF="idx.html">index</A>
+|
+<A HREF="ftp://ftp.tecgraf.puc-rio.br/pub/lua/lua.ps.gz">ps</A>
+]
<HR>
-<B>Abstract.</B>
-Lua is an extension programming language designed to be used
-as a configuration language for any program that needs one.
-This document describes version 3.0 of the Lua programming language and
-the API that allows interaction between Lua programs and their host C programs.
-<HR>
-
-<B>Sumário.</B>
-Lua é uma linguagem de extensão projetada para ser usada como
-linguagem de configuração em qualquer programa que precise de uma.
-Este documento descreve a versão 3.0 da linguagem de
-programação Lua e a Interface de Programação (API) que permite
-a interação entre programas Lua e programas C hospedeiros.
-<HR>
-<A NAME="index"></A>
+<A NAME="contents"></A>
<UL>
<LI><A HREF="manual.html#1.">1 - Introduction</A>
<LI><A HREF="manual.html#2.">2 - Environment and Chunks</A>
@@ -45,18 +42,20 @@ a interação entre programas Lua e programas C hospedeiros.
<LI><A HREF="manual.html#4.4">4.4 - Adjustment</A>
<LI><A HREF="manual.html#4.5">4.5 - Statements</A>
<LI><A HREF="manual.html#4.6">4.6 - Expressions</A>
- <LI><A HREF="manual.html#4.7">4.7 - Function Definitions</A>
+ <LI><A HREF="manual.html#4.7">4.7 - Visibility and Upvalues</A>
<LI><A HREF="manual.html#4.8">4.8 - Tag Methods</A>
<LI><A HREF="manual.html#4.9">4.9 - Error Handling</A>
</UL>
<LI><A HREF="manual.html#5.">5 - The Application Program Interface</A>
<UL>
- <LI><A HREF="manual.html#5.1">5.1 - Exchanging Values between C and Lua</A>
- <LI><A HREF="manual.html#5.2">5.2 - Executing Lua Code</A>
- <LI><A HREF="manual.html#5.3">5.3 - Manipulating Lua Objects</A>
- <LI><A HREF="manual.html#5.4">5.4 - Calling Lua Functions</A>
- <LI><A HREF="manual.html#5.5">5.5 - C Functions</A>
- <LI><A HREF="manual.html#5.6">5.6 - References to Lua Objects</A>
+ <LI><A HREF="manual.html#5.1">5.1 - Managing States</A>
+ <LI><A HREF="manual.html#5.2">5.2 - Exchanging Values between C and Lua</A>
+ <LI><A HREF="manual.html#5.3">5.3 - Garbage Collection</A>
+ <LI><A HREF="manual.html#5.4">5.4 - Executing Lua Code</A>
+ <LI><A HREF="manual.html#5.5">5.5 - Manipulating Lua Objects</A>
+ <LI><A HREF="manual.html#5.6">5.6 - Calling Lua Functions</A>
+ <LI><A HREF="manual.html#5.7">5.7 - C Functions</A>
+ <LI><A HREF="manual.html#5.8">5.8 - References to Lua Objects</A>
</UL>
<LI><A HREF="manual.html#6.">6 - Predefined Functions and Libraries</A>
<UL>
@@ -79,7 +78,7 @@ a interação entre programas Lua e programas C hospedeiros.
<HR>
Last update:
-Tue Jul 1 07:55:45 EST 1997
+Fri Jul 10 15:10:14 EST 1998
by <A HREF="http://www.tecgraf.puc-rio.br/~lhf/">lhf</A>.
</BODY>
</HTML>