Assignment Operators



Operator
Example
=
x=y
+=
x+=y
-=
x-=y
*=
x*=y
/=
x/=y
.=
x.=y
%=
x%=y

0 comments:

Post a Comment