Update syntax.md

This commit is contained in:
ccuser44 2021-03-17 22:40:32 +02:00 committed by GitHub
parent e776a478e9
commit d59409c5ac
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,9 @@ local function tree_insert(tree, x)
end
```
Note that future versions of Lua extend the Lua 5.1 syntax with the following features; with the exception of the string literals, these are **not** supported by Luau:
Note that future versions of Lua extend the Lua 5.1 syntax with the following features; these are **not** supported by Luau with the exception of the string literals:
- hexadecimal (`\x`), Unicode (`\u`) and `\z` escapes for string literals
- goto statements and labels
- bitwise operators
- floor division operator (`//`)