Clarified compatibility

This commit is contained in:
Brad Sharp 2022-02-07 06:59:45 -08:00 committed by GitHub
parent 82c539f384
commit 4bac2c82de
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,10 @@ For compatability across platforms, we will automatically map `/` onto `\` on Wi
#### Backwards Compatibility #### 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 ### Defining a Library