View Single Post
Old 04-01-2004, 01:40 AM   #4
Pegasus Crawford
Damn me and my charisma
 
Pegasus Crawford's Avatar
 
Posts: 1,273
Pegasus Crawford has more than 1,000 rep points (1,000+)Pegasus Crawford has more than 1,000 rep points (1,000+)
Quote:
Originally Posted by Kane Knight
I saw it on the internet, it must be true.
Code:
do while (internet == online)
{
   if (news == postedOnWebsite)
   {
      System.out.print("It must be true!")
   }

   else
      System.out.print("It's not true!")

}
Pegasus Crawford is offline   Reply With Quote