mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update compatibility page
This brings the page in line with other pages by adding TOC, removing duplicate header and moving it to the correct location in the tree.
This commit is contained in:
parent
710547df83
commit
ab913e5bc5
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
# Compatibility
|
||||
---
|
||||
permalink: /compatibility
|
||||
title: Compatibility
|
||||
toc: true
|
||||
---
|
||||
|
||||
Luau is based on Lua 5.1, and as such incorporates all features of 5.1, except for ones that had to be taken out due to sandboxing limitations. Because of backwards compatibility constraints, we don't remove features deprecated by later versions (e.g. we still support `getfenv`/`setfenv`). Later Lua versions introduce new features into the language and new libraries/functions.
|
||||
|
Loading…
Add table
Reference in a new issue