Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guide/Other/syntax_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -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# =>> $
Expand All @@ -173,4 +173,4 @@ Instead of using backslashes, you can use these encoded character codes to repre
#TAB# =>> Tab (few spaces)
#SLASH# =>> /
#BACKSLASH# =>> \
```
```
Loading