Posts: 435
Threads: 2
Joined: Jul 2017
Reputation:
0
There's no difference in that case.
Example where a difference is present: If you use the equal operator "=" then there is a difference as the entire statement is accounted. Parenthesis will indicate to only account what's within it.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Pawn Language Guide, pages 111 and 112.
Posts: 578
Threads: 40
Joined: Dec 2016
22.07.2017, 02:26
(
Последний раз редактировалось Meller; 22.07.2017 в 02:28.
Причина: Mistype of +
)
Its basic math..
Is (0+0) greater than 100.
5(2+5) = 5*2+5*5
9(7/100) = 9*7 = a, 9*100 = b, a/b is result
3*(7-3) = 3*7-3*3
9*(5+7) = 9(5+7) = 9*5+9*7
Didn't you learn this in like, 7th grade? I did atleast..