Outbound Link Summary:
14 years ago
p3k dots

new javascript operator discovered.

var x = 10;
while (x --> 0) // x goes to 0
{
   document.writeln(x);
}