Thread
:
Lesson 4 - MQL4 Operations & Expressions
View Single Post
#
9
(
permalink
)
10-31-2005, 10:58 AM
forexts
Administrator
Join Date: Sep 2005
Posts: 293
Quote:
Originally Posted by
newdigital
And A = A + B
is valid because it is not arithmetic.
It is logic.
It's arithmetic.
int A=12;
int B=6;
A = A + B; // --> A = 12 +6;
forexts
View Public Profile
Send a private message to forexts
Find all posts by forexts