]>
Commit | Line | Data |
---|---|---|
21d3294c | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 | <HTML> | |
3 | <HEAD> | |
4 | <TITLE>Lua 5.1 Reference Manual - contents</TITLE> | |
5 | <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> | |
6 | <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> | |
7 | <STYLE TYPE="text/css"> | |
8 | ul { | |
9 | list-style-type: none ; | |
10 | list-style-position: outside ; | |
11 | } | |
12 | </STYLE> | |
13 | </HEAD> | |
14 | ||
15 | <BODY> | |
16 | ||
17 | <HR> | |
18 | <H1> | |
19 | <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="" BORDER=0></A> | |
20 | Lua 5.1 Reference Manual | |
21 | </H1> | |
22 | ||
23 | This is an online version of | |
24 | <BLOCKQUOTE> | |
25 | <A HREF="http://www.amazon.com/exec/obidos/ASIN/8590379833/lua-indexmanual-20"> | |
26 | <IMG SRC="cover.png" ALT="" TITLE="buy from Amazon" BORDER=1 ALIGN="left" HSPACE=12> | |
27 | </A> | |
28 | <B>Lua 5.1 Reference Manual</B> | |
29 | <BR>by R. Ierusalimschy, L. H. de Figueiredo, W. Celes | |
30 | <BR>Lua.org, August 2006 | |
31 | <BR>ISBN 85-903798-3-3 | |
32 | <BR><A HREF="http://www.amazon.com/exec/obidos/ASIN/8590379833/lua-indexmanual-20"> | |
33 | <IMG SRC="amazon.gif" ALT="[Buy from Amazon]" BORDER=0></A> | |
34 | <BR CLEAR="all"> | |
35 | </BLOCKQUOTE> | |
36 | <P> | |
37 | ||
38 | Buy a copy of this book and | |
39 | <A HREF="http://www.lua.org/donations.html">help to support</A> | |
40 | the Lua project. | |
41 | <P> | |
42 | ||
43 | The reference manual is the official definition of the Lua language. | |
44 | For a complete introduction to Lua programming, see the book | |
45 | <A HREF="http://www.lua.org/docs.html#books">Programming in Lua</A>. | |
46 | <P> | |
47 | ||
48 | <A HREF="manual.html">start</A> | |
49 | · | |
50 | <A HREF="#contents">contents</A> | |
51 | · | |
52 | <A HREF="#index">index</A> | |
53 | · | |
54 |