Did you know about AS3 “down to” operator?
I am talking about –> operator. Did you know about it? It’s called “down to” operator. Here’s an example.
var a:uint = 20;
while ( a --> 0 ) trace(a);
Isn’t it cool?!
I am talking about –> operator. Did you know about it? It’s called “down to” operator. Here’s an example.
var a:uint = 20;
while ( a --> 0 ) trace(a);
Isn’t it cool?!