diff options
Diffstat (limited to 'doc/extensions.html')
-rw-r--r-- | doc/extensions.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extensions.html b/doc/extensions.html index 55c4b704..7379041d 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -373,6 +373,7 @@ LuaJIT supports some extensions from Lua 5.3: | |||
373 | <li>Unicode escape <tt>'\u{XX...}'</tt> embeds the UTF-8 encoding in string literals.</li> | 373 | <li>Unicode escape <tt>'\u{XX...}'</tt> embeds the UTF-8 encoding in string literals.</li> |
374 | <li>The argument table <tt>arg</tt> can be read (and modified) by <tt>LUA_INIT</tt> and <tt>-e</tt> chunks.</li> | 374 | <li>The argument table <tt>arg</tt> can be read (and modified) by <tt>LUA_INIT</tt> and <tt>-e</tt> chunks.</li> |
375 | <li><tt>io.read()</tt> and <tt>file:read()</tt> accept formats with or without a leading <tt>*</tt>.</li> | 375 | <li><tt>io.read()</tt> and <tt>file:read()</tt> accept formats with or without a leading <tt>*</tt>.</li> |
376 | <li><tt>assert()</tt> accepts any type of error object.</li> | ||
376 | <li><tt>table.move(a1, f, e, t [,a2])</tt>.</li> | 377 | <li><tt>table.move(a1, f, e, t [,a2])</tt>.</li> |
377 | <li><tt>coroutine.isyieldable()</tt>.</li> | 378 | <li><tt>coroutine.isyieldable()</tt>.</li> |
378 | <li>Lua/C API extensions: | 379 | <li>Lua/C API extensions: |