mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
Update syntax.md
This commit is contained in:
parent
e776a478e9
commit
d59409c5ac
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ local function tree_insert(tree, x)
|
||||||
end
|
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
|
- goto statements and labels
|
||||||
- bitwise operators
|
- bitwise operators
|
||||||
- floor division operator (`//`)
|
- floor division operator (`//`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue