Operators

Variable operators, assignments & co.
Operator constructs are commands just like the other ones. All the operators work on local or global variables and dictionaries.
The generic operator syntax is:

<left_operand> <operator> [right_operand]

where <left_operand> and [right_operand] depend on the <operator>.
Some operators have no [right_operand] and these are called unary operators: they operate directly on <left_operand>.

                                                                                              
Operatordocument
=assignment operator
++increment and decrement operators
--increment and decrement operators
+=arithmetic self-operators
-=arithmetic self-operators
*=arithmetic self-operators
/=arithmetic self-operators
%=arithmetic self-operators
|=bitwise self-operators
&=bitwise self-operators
^=bitwise self-operators
<<=bitwise self-operators
>>=bitwise self-operators
.=string concatenation operators
<<string concatenation operators
<,string concatenation operators
<+array concatenation
=~binding operator

Index, Language Overview
KVIrc 4.2.0.6190 Documentation
Generated by builduser at Thu May 18 22:40:02 2017