Quote:
Originally Posted by Chompy
hmm, so
[PHP]
if (foo = bar) {
would assign bar too foo?
think I got it, if that was that I just understood now
|
No.
foo = bar; would assign the value of bar to foo.
You can't assign a value to something in a condition statement.
Quote:
|
Originally Posted by Chompy
Hmm, I didn't understand fully all of that, but do you think
you can show some examples on how they work?
I would love to know those bit-operators, and how to use them
properly in a script 
|
You don't understand it because you havn't learned about it in school yet. Operators are mathematical functions, learned through math courses. Stefan didn't think these up himself, he integrated mathematical functions into GScript.