diff options
author | daurnimator <quae@daurnimator.com> | 2018-02-17 11:43:46 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-02-17 11:48:16 +1100 |
commit | f3687e76381bfd269748b0064b601b647cdb9cb7 (patch) | |
tree | 620d50c269fade5bb715bb5d84407e883ee78ce8 | |
parent | 768da18f285e6ccef7addad230e057b8a0f5f209 (diff) | |
download | fengari-f3687e76381bfd269748b0064b601b647cdb9cb7.tar.gz fengari-f3687e76381bfd269748b0064b601b647cdb9cb7.tar.bz2 fengari-f3687e76381bfd269748b0064b601b647cdb9cb7.zip |
README.md: Add __gc metamethods to unsupported list
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ In the browser `require` and `package.loadlib` try to find a file by making sync - `os.execute` - `debug.debug()` doesn't work from web workers due to lack of a method to get synchronous user input - [Weak tables](http://www.lua.org/manual/5.3/manual.html#2.5.2) +- `__gc` metamethods ### _Differences_ |