# 00. Punctuations

By [OC](https://paragraph.com/@xiaoliwe) · 2021-12-21

---

In this page/section, I will be recording the punctuation of the programming language.

1.  **TRACKING LIST**
    

Semicolon -→`;`

Curly braces -→ `{}`

Bracket -→`()`

Backquote -→ \`

Backslash -→ \\

Parentheses /square brackets -→ \[\]

Ampersand -→ &

Symbol -→ |

quotes (double) -→ “

quotes (single) -→ ‘

---

*Originally published on [OC](https://paragraph.com/@xiaoliwe/00-punctuations)*
