Special operators Foundation
The special operators are described in special sections of the chapter about "Operations and Operators" as well as "Procedures, Functions and Special Operators".
| Operator | Type | Data type | Operation |
|---|---|---|---|
| @ | unary | All | pass variable by reference |
| & | unary | C | evaluate macro expression |
| : | binary | O | send message |
| -> | binary | All | alias reference |
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.