todays xkcd just hits sooooo many different levels of life right now its amazing.
xkcd
$theEndofTheWorld = “Presales”; if($theEndofTheWorld && !$ryanDay){ echo “fuck it… Where the hell did I put the shotgun.”; }elseif($theEndofTheWorld && $ryanDay){ echo “Epic battle. TIS BUT A FLESH WOUND!”; }else{ echo “Happy happy joy joy.”; }
BTW today is the same as that day
$theEndofTheWorld = “Presales”;
if($theEndofTheWorld && !$ryanDay){
echo “fuck it… Where the hell did I put the shotgun.”;
}elseif($theEndofTheWorld && $ryanDay){
echo “Epic battle. TIS BUT A FLESH WOUND!”;
}else{
echo “Happy happy joy joy.”;
}
BTW today is the same as that day