From e776a478e956263f125db9f316ae8d40b537094e Mon Sep 17 00:00:00 2001 From: ccuser44 <68124053+ccuser44@users.noreply.github.com> Date: Wed, 17 Mar 2021 22:22:03 +0200 Subject: [PATCH] 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. --- docs/_pages/syntax.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_pages/syntax.md b/docs/_pages/syntax.md index ce5ab049..e7da91c9 100644 --- a/docs/_pages/syntax.md +++ b/docs/_pages/syntax.md @@ -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 (`//`)