http://en.wikibooks.org/wiki/Program...harp/Operators
Here's some I found in C#, i'm sure they will have the same principles in GS2.
Quote:
|
Also, why do people use := sometimes, instead of =?
|
I'm not 100% sure on this one, but I believe it's to do thinks like..
From this: a = a + 1
to this: a := +1
Something like that, as I said i'm not sure, and I havent actually tryed because I just use a = a + 1 :P