Geekier Than I Should Admit

A colleague posted about needing a new TV, and another colleague jokingly asked “What’s that!?”.

Being the geek that I am, I show him how it was defined in my house. :)

function TV($WifeLocation) {
   switch ($WifeLocation) {
     case "Here":
       KidsLocation = "Reading a Book";
       TVContent = NULL;
       MeLocation = "With Kids";
       break;
     case "Out":
       if KidsLocation != "With Mom" {
         KidsLocation = "TV";
         TVContent = "Disney Movie";
         MeLocation = "Computer"; }
       else {
         MeLocation = "TV";
         $MovieList = ("Ninjas", "Jedi", "Cylons",
                     "KungFu", "Vulcans", "Poker");
         MoviePick = rand (0,5);
         TVContent = $MovieList[MoviePick];
       }
       break;
   }
}

Of course, I’m joking… Except for the part about Vulcans. I NEVER joke about Vulcans.

5 Responses to “Geekier Than I Should Admit”

  1. Mike Milo says:

    Hahahah!

  2. Harry says:

    That’s odd. When I run this, I get the this strange error:

    error: parse error, unexpected $ in /bank/account/tax/

    return

    cannot find $

    error: Line 5 new/ipad module: failed to acquire

    Premature end of $ in /bank/account/ cannot locate

  3. Diane Cadrain says:

    Who ARE you?????

Leave a Reply