From a5a89ab586a3b5bb4f266949bbf3dc2b140e2374 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 5 Jun 2018 12:23:56 +0200 Subject: From Lua 5.3: assert() accepts any type of error object. --- doc/extensions.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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:
  • Unicode escape '\u{XX...}' embeds the UTF-8 encoding in string literals.
  • The argument table arg can be read (and modified) by LUA_INIT and -e chunks.
  • io.read() and file:read() accept formats with or without a leading *.
  • +
  • assert() accepts any type of error object.
  • table.move(a1, f, e, t [,a2]).
  • coroutine.isyieldable().
  • Lua/C API extensions: -- cgit v1.2.3-55-g6feb