View Single Post
Jerrythabest Jerrythabest's Avatar

JCF Member

Joined: Apr 2005

Posts: 2,602

Jerrythabest is a forum legendJerrythabest is a forum legendJerrythabest is a forum legend

Jun 30, 2009, 02:11 PM
Jerrythabest is offline
Now that we are somehow jumping to the subject of computer code...

Some random piece of code that is probably valid in about 70% of programming languages.
Code:
if(false){
  //Releae 1.25 patch in 5 seconds
  ReleaseOneDotTwentyFivePatchIn(5000); //in ms
}
else{
  Download("Lori pictures");
}
(Also valid IRL)
__________________