Delimiters are special syntax tokens that structure statements and delimit values.
- Comment: Marks explanatory text that is ignored during execution.
- Text: Encloses String literals to distinguish them from code.
- Group: Controls order of operations and encloses function parameters.
- End Group: Marks the closing of a grouped expression or parameter list.