mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Removed incorrect info (#14)
* Removed incorrect info The manual says Luau does not support hexadecimal \0x, Unicode \u and \z when this clearly isn't the case. This is also quite confusing as just a bit below it says it does support them. Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
parent
ed845e6924
commit
e051e33482
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ 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; Luau does support string literal extensions but does not support other features from this list:
|
||||
|
||||
- hexadecimal (`\x`), Unicode (`\u`) and `\z` escapes for string literals
|
||||
- goto statements and labels
|
||||
|
|
Loading…
Add table
Reference in a new issue