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
8 changes: 4 additions & 4 deletions guide/Other/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,17 @@ Some other dangerous characters

## Encoded Character Codes (Alternative of `\`)
```js
#RIGHT# =>> [
#LEFT# =>> ]
#LEFT# =>> [
#RIGHT# =>> ]
#SEMI# =>> ;
#COLON# =>> :
#DOLLAR# =>> $
#CHAR# =>> $
#RIGHT_CLICK# =>> >
#LEFT_CLICK# =>> <
#EQUAL# =>> =
#RIGHT_BRACKET# =>> {
#LEFT_BRACKET# =>> }
#LEFT_BRACKET# =>> {
#RIGHT_BRACKET# =>> }
#NL# =>> New line
#BR# =>> New line
#SP# =>> Space
Expand Down
Loading