mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Clarified compatibility
This commit is contained in:
parent
82c539f384
commit
4bac2c82de
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,10 @@ For compatability across platforms, we will automatically map `/` onto `\` on Wi
|
|||
|
||||
#### Backwards Compatibility
|
||||
|
||||
Possibly not. TBD
|
||||
Luau libraries are not compatible with existing Lua libraries. This is because Lua favors the `.` based require syntax instead.
|
||||
|
||||
- Libraries are fully compatible with the Roblox engine as string-syntax is unsupported.
|
||||
- Compatibility with existing Luau is TBD.
|
||||
|
||||
### Defining a Library
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue