[Evaluated] [Assignment] Week 1

Status
Not open for further replies.
:V
You were supposed to figure out the precedence using JASS Code, and you weren't supposed to touch the Core trigger, which is why I named the Category "Don't touch" :p

I expected something like this:

JASS:
set a = 5 / 5 * 4
set b = 5 * 8 / 40
set c = 4 + 4 / 5
set d = 5 - 5 * 4 / 6
// etc..

Just to print out the values so you can figure out how the operators run :v
 
Status
Not open for further replies.
Back
Top