Do While....

PrinceofJungle

New Member
HTML:
Hope = Faith;
While (Hope)
{
  Find_Happiness =  All_Hidden_Happiness();
  for ( i=0; i< Find_Happines; i++ )
	{
	    if (485_Approved())
		{
		  Total_Happiness = Total_Happiness + GC_Happiness;
		  Temp_Matrial_sucess ++;
		  break;
		  exit();
		}
	     else
                  {
                    Find_Happiness = Practice_your_Faith();
                    Get_Busy_in_Life_with_Hope(Find_Happiness);
                  }
         } Hope =  Faith;   
}

If(485_Approved())
   {
     Document.write("Millions Thanks to you God :)")
     Get_Busy_in_Life_with_Hope(Find_Happiness);
   }
else
   { Hope =  Faith; 
     Help_me_God(Faith);
     Restart_Again();
   }
Notes : Side effects may include Headache, Anger, Frustration, Restless nights.
If symptom still exists then, Take some break, and restart it again. never giveup.


Good Luck.
 
blahblah_gc said:
else
{ Hope = Faith;
Help_me_God(Faith);
Restart_Again();
}


this seems to be a dead code. :)

The Error handling part. hope it will help :D :D

HTML:
window.onerror = blahblah_error;

function blahblah_error(description,page,line,chr)
{
   if blahblah.description = "Moron";
      {
         blahblah.slap(With_love);
         
         While(Still_Moron) 
               {
                  Power = 20; // Mile per hour;
                  Still_Moron = blahblah.kick_on_But(Power); 
               }
  return "Smile_on_Everyone_Face" ;
}



Good Luck :D
 
Last edited by a moderator:
Top