| Item | Description |
| & (macro operator) | Macro operator (unary): compiles a character string at runtime. |
| ( ) | Execution or grouping operator. |
| -> | Alias operator (binary): identifies a work area. |
| : | Send operator (unary): sends a message to an object. |
| <|| > | Extended literal code block. |
| @ | Pass-by-reference operator (unary): passes variables by reference. |
| @() | Function-reference operator (unary): obtains a function pointer. |
| [ ] (array) | Array element operator (unary): retrieves array elements. |
| [ ] (string) | Character operator (unary): retrieves a character from a string. |
| { } | Literal array. |
| {=>} | Literal hash. |
| {ˆ } | Literal DateTime value. |
| {|| } | Literal code block. |