aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2015-08-18 03:45:53 +0200
committerPhilipp Janda <siffiejoe@gmx.net>2015-08-18 03:45:53 +0200
commit6190ad90c7960579ec31ffcd79e9e59cf2d48c05 (patch)
tree99d3cb491ba4f61c56b07e8ce6a3c227f4a59e2c
parentb1d549ae3ffcd5352cc5e7c05f2b434b4739160e (diff)
downloadlua-compat-5.3-6190ad90c7960579ec31ffcd79e9e59cf2d48c05.tar.gz
lua-compat-5.3-6190ad90c7960579ec31ffcd79e9e59cf2d48c05.tar.bz2
lua-compat-5.3-6190ad90c7960579ec31ffcd79e9e59cf2d48c05.zip
Mention assert() implementation.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 233f900..8c7b058 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ your project:
84 compatible to Lua 5.3's string packing!) (See [here][4]) 84 compatible to Lua 5.3's string packing!) (See [here][4])
85* `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, 85* `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`,
86 and `math.ult` (see [here][5]) 86 and `math.ult` (see [here][5])
87* `assert` accepts non-string error messages
87* `ipairs` respects `__index` metamethod 88* `ipairs` respects `__index` metamethod
88* `table.move` 89* `table.move`
89* `table` library respects metamethods 90* `table` library respects metamethods