>FromYourCode();

Source code quote in JavaScript152

 16 August, 2014 at 08:20
int i = 100;
while(i > 1)
{
  --i;
if(i == 1) i =100;
}

Check similar quotes

Share this quote