mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 13:00:38 +00:00
Update compatibility.md
Mark floor division operator as implemented
This commit is contained in:
parent
551a43c424
commit
cb18b53396
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Ephemeron tables may be implemented at some point since they do have valid uses
|
||||||
| bitwise operators | ❌ | `bit32` library covers this in absence of 64-bit integers |
|
| bitwise operators | ❌ | `bit32` library covers this in absence of 64-bit integers |
|
||||||
| basic utf-8 support | ✔️ | we include `utf8` library and other UTF8 features |
|
| basic utf-8 support | ✔️ | we include `utf8` library and other UTF8 features |
|
||||||
| functions for packing and unpacking values (string.pack/unpack/packsize) | ✔️ | |
|
| functions for packing and unpacking values (string.pack/unpack/packsize) | ✔️ | |
|
||||||
| floor division | 🔜 | |
|
| floor division | ✔️ | |
|
||||||
| `ipairs` and the `table` library respect metamethods | ❌ | no strong use cases, performance implications |
|
| `ipairs` and the `table` library respect metamethods | ❌ | no strong use cases, performance implications |
|
||||||
| new function `table.move` | ✔️ | |
|
| new function `table.move` | ✔️ | |
|
||||||
| `collectgarbage("count")` now returns only one result | ✔️ | |
|
| `collectgarbage("count")` now returns only one result | ✔️ | |
|
||||||
|
|
Loading…
Reference in a new issue