| Delimiter | Symbol | Usage |
|---|---|---|
| Blank | Separate any language symbol. | |
| Comma | , | Separate arguments within functions. |
| Quotation mark | " " | Specify the beginning and end of strings. |
| Apostrophe | ' ' | Specify the beginning and end of strings. |
| Semicolon | ; | Specify the end of statements. |
| Colon | : | Separate the beginning and end of substrings. |
| Parentheses | ( ) | Specify the beginning and end of function arguments. |
| Brackets | [ ] | Specify substrings. |