diff options
author | Lua Team <team@lua.org> | 2007-03-26 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2007-03-26 12:00:00 +0000 |
commit | d368f86a9d2a03bd5c3c0fae7f626ea8e2e6dc59 (patch) | |
tree | ae37b73d0b2f8224eb6c1cdbe5d474b511266acc /doc/manual.html | |
parent | cf61d326a6adbeb4ea9467af3fe4da1af8784f01 (diff) | |
download | lua-github-5.1.2-rc3.tar.gz |
Lua 5.1.2-rc35.1.2-rc3
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual.html b/doc/manual.html index 6203f824..6b137ff6 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -890,8 +890,8 @@ function definitions are explained in <a href="#2.5.9">§2.5.9</a>; function calls are explained in <a href="#2.5.8">§2.5.8</a>; table constructors are explained in <a href="#2.5.7">§2.5.7</a>. Vararg expressions, -denoted by three dots ('<code>...</code>'), can only be used inside -vararg functions; +denoted by three dots ('<code>...</code>'), can only be used when +directly inside a vararg function; they are explained in <a href="#2.5.9">§2.5.9</a>. @@ -3222,7 +3222,7 @@ and returns this address. <p> -Userdata represents C values in Lua. +Userdata represent C values in Lua. A <em>full userdata</em> represents a block of memory. It is an object (like a table): you must create it, it can have its own metatable, @@ -3498,7 +3498,7 @@ Pushes a light userdata onto the stack. <p> -Userdata represents C values in Lua. +Userdata represent C values in Lua. A <em>light userdata</em> represents a pointer. It is a value (like a number): you do not create it, it has no individual metatable, @@ -8511,7 +8511,7 @@ Here is the complete syntax of Lua in extended BNF. <HR> <SMALL> Last update: -Fri Mar 23 14:37:09 BRT 2007 +Mon Mar 26 12:59:26 BRT 2007 </SMALL> <!-- Last change: ready for Lua 5.1.2 |