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:
ccuser44 2021-03-17 22:22:03 +02:00 committed by GitHub
parent 98494e7ee8
commit e776a478e9
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 (`//`)