mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
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.
This commit is contained in:
parent
98494e7ee8
commit
e776a478e9
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ 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:
|
||||
|
||||
- hexadecimal (`\x`), Unicode (`\u`) and `\z` escapes for string literals
|
||||
- goto statements and labels
|
||||
- bitwise operators
|
||||
- floor division operator (`//`)
|
||||
|
|
Loading…
Add table
Reference in a new issue