User Tools

Site Tools


new_modified_and_unsupported_expression_operators_.htm
Navigation:  Clarion.Net (Clarion#) > Clarion# Language Extensions > Operators >====== New, modified, and unsupported Expression Operators. ====== Previous pageReturn to chapter overviewNext page

NewCNet.jpg

This topic review several expression operators that are new, modified, and no longer supported in the Clarion# language.

+= (addition assignment)

-= (subtraction assignment)

Those familiar with the Clarion language may recognize these operators solely as a mathematical operator assignment addition/subtraction shortcut. However, in Clarion#, is usage also applies to event registration, and uses the following convention:

If the left operand of a += or -= operator is classified as an event access, then the expression is evaluated as follows:

·The instance expression, if any, of the event access is evaluated.

·The right operand of the += or -= operator is evaluated, and, if required, converted to the type of the left operand through an implicit conversion

·An event accessor of the event is invoked, with the argument list consisting of the right operand, after evaluation and, if necessary, conversion. If the operator was +=, the add accessor is invoked. If the operator was -=, the remove accessor is invoked.

:=: Deep Assignments

In Clarion#, deep assignment statements are no longer supported.

NoteBox.jpg

Clarion# supports using overloaded operators declared in an external assembly, but not their declaration.

The set of overloaded operators supported are:

Unary operators:

+, -, NOT (! In C#)

Binary operators:

+,-,*,/,%,=,<;>(!= in C#), >=,<;=

new_modified_and_unsupported_expression_operators_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1