Friday, July 13, 2012

PowerShell.Humor (religion[saved])

#PowerShell Humor
$saved = get-soul | select isSaved

switch ($saved)
{
     "True"
          {
          return $christian
          }
     "False"

          {
          return $philistine
          }

     "Null"

          {
          return $jewish
          }

     "Object not found"

          {
          return $athiest
          }

     "Object Not set to an instance of an object"
          {
          return $agnostic
          }
}

No comments:

Post a Comment

I look forward to your feedback and questions. The rules for commenting are simple. No personal attacks against other commenters. No threats.