From a0bc04996ad39c2fc4062375c519dfa2ccf8113c Mon Sep 17 00:00:00 2001 From: Hopi Hopelozelos Date: Thu, 22 Jan 2026 02:36:37 +0100 Subject: [PATCH] Update syntax_ai.md Switched square brackets for RIGHT and LEFT --- guide/Other/syntax_ai.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/Other/syntax_ai.md b/guide/Other/syntax_ai.md index 2ea429d7..90421f67 100644 --- a/guide/Other/syntax_ai.md +++ b/guide/Other/syntax_ai.md @@ -156,8 +156,8 @@ Other characters that may need escaping include: Instead of using backslashes, you can use these encoded character codes to represent special characters: ```js -#RIGHT# =>> [ -#LEFT# =>> ] +#RIGHT# =>> ] +#LEFT# =>> [ #SEMI# =>> ; #COLON# =>> : #DOLLAR# =>> $ @@ -173,4 +173,4 @@ Instead of using backslashes, you can use these encoded character codes to repre #TAB# =>> Tab (few spaces) #SLASH# =>> / #BACKSLASH# =>> \ -``` \ No newline at end of file +```