Difference between revisions of "The Assignment Operator"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Operators]]
 

 

  

Revision as of 11:04, 18 March 2011



The Assignment Operator

The assignment operator is the single equal sign, =. The assignment operator works in CGS much as in any other computer languages. It has this general form:

var = expression;

Here, var must have exactly the same type as expression.