mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-13 15:20:53 +01:00
Update compatibility.md
This commit is contained in:
parent
23d7719aa8
commit
8f1e5b6c5e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Lua has a beautiful syntax and frankly we're disappointed in the `<const>`/`<toc
|
||||||
|
|
||||||
If we do end up introducing const variables, it would be through a `const var = value` syntax, which is backwards compatible through a context-sensitive keyword similar to `type`.
|
If we do end up introducing const variables, it would be through a `const var = value` syntax, which is backwards compatible through a context-sensitive keyword similar to `type`.
|
||||||
|
|
||||||
## Lua 5.x differences
|
## Differences from Lua
|
||||||
|
|
||||||
We have a few behavior deviations from Lua 5.x that come from either a different implementation, or our desire to clean up small inconsistencies in the language/libraries:
|
We have a few behavior deviations from Lua 5.x that come from either a different implementation, or our desire to clean up small inconsistencies in the language/libraries:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue