diff options
Diffstat (limited to 'doc')
-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 368b527c..9d666293 100644 --- a/doc/extensions.html +++ b/doc/extensions.html | |||
@@ -349,6 +349,7 @@ break the Lua/C API and ABI (e.g. <tt>_ENV</tt>). | |||
349 | LuaJIT supports some extensions from Lua 5.3: | 349 | LuaJIT supports some extensions from Lua 5.3: |
350 | <ul> | 350 | <ul> |
351 | <li>Unicode escape <tt>'\u{XX...}'</tt> embeds the UTF-8 encoding in string literals.</li> | 351 | <li>Unicode escape <tt>'\u{XX...}'</tt> embeds the UTF-8 encoding in string literals.</li> |
352 | <li>The argument table <tt>arg</tt> can be read (and modified) by <tt>LUA_INIT</tt> and <tt>-e</tt> chunks.</li> | ||
352 | </ul> | 353 | </ul> |
353 | 354 | ||
354 | <h2 id="exceptions">C++ Exception Interoperability</h2> | 355 | <h2 id="exceptions">C++ Exception Interoperability</h2> |