From 5065c5cce2d4c35d65319fede6b8eddc410fb846 Mon Sep 17 00:00:00 2001 From: Lua Team Date: Fri, 18 Jan 2008 12:00:00 +0000 Subject: Lua 5.1.3-rc2 --- doc/manual.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/manual.html') diff --git a/doc/manual.html b/doc/manual.html index 4df4d4be..7c0fd2b8 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -1,10 +1,11 @@ - + Lua 5.1 Reference Manual + @@ -32,7 +33,7 @@ Freely available under the terms of the

- + @@ -179,6 +180,7 @@ which can be specified as '\0'.

To put a double (single) quote, a newline, a backslash, +a carriage return, or an embedded zero inside a literal string enclosed by double (single) quotes you must use an escape sequence. @@ -2665,7 +2667,7 @@ of numerical arguments and returns their average and sum:


lua_checkstack

-[-0, +0, -] +[-0, +0, m]

int lua_checkstack (lua_State *L, int extra);

@@ -3767,7 +3769,7 @@ The reader function may return pieces of any size greater than zero.


lua_register

-[-0, +0, m] +[-0, +0, e]

void lua_register (lua_State *L,
                    const char *name,
                    lua_CFunction f);
@@ -4395,7 +4397,7 @@ Returns the current hook mask.

lua_getinfo

-[-(0|1), +(0|1|2), -] +[-(0|1), +(0|1|2), m]

int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);

@@ -8739,7 +8741,7 @@ Here is the complete syntax of Lua in extended BNF.


Last update: -Thu Jan 17 15:06:18 BRST 2008 +Fri Jan 18 14:50:20 BRST 2008