[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Assignment Operators
-------------------------------------------------------------------------------
Operator | Description
|
= | Assign
:= | Inline assign
+= | Inline add (or concatenate) and assign
-= | Inline subtract (or concatenate) and assign
*= | Inline multiply and assign
/= | Inline divide and assign
^= | Inline exponentiate and assign
%= | Inline modulus and assign
-------------------------------------------------------------------------------
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson