Category > Assignment operators |
Item | Description |
---|---|
:= | Inline assignment to a variable. |
= (assignment) | Simple assignment operator (binary): assigns a value to a variable. |
= (compound assignment) | Compound assignment (binary): inline operation with assignment. |
http://www.xHarbour.com