From d59409c5ace971fcb22c20fc9e3a65c268414128 Mon Sep 17 00:00:00 2001 From: ccuser44 <68124053+ccuser44@users.noreply.github.com> Date: Wed, 17 Mar 2021 22:40:32 +0200 Subject: [PATCH] Update syntax.md --- docs/_pages/syntax.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_pages/syntax.md b/docs/_pages/syntax.md index e7da91c9..b8df8cca 100644 --- a/docs/_pages/syntax.md +++ b/docs/_pages/syntax.md @@ -21,8 +21,9 @@ 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; 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 - bitwise operators - floor division operator (`//`)