View Single Post
  #4  
Old 01-15-2006, 09:23 AM
Chicken_l33t Chicken_l33t is offline
Banned
Join Date: Sep 2002
Location: NewZealand
Posts: 467
Chicken_l33t is on a distinguished road
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

Last edited by Chicken_l33t; 01-15-2006 at 09:36 AM..
Reply With Quote