/ 生活 / 509阅

Moving House

While a man and a woman move house, what will happen? Funny codes written by me:

Man:

while($totalItemPrice > $airlineFines)
{
      foreach($items AS $itemPrice)
      {
       if($itemPrice > $setPrice)
      {
       drop();
      }
      else
      {
       save();
      }
      }
}

Woman:

while($bagsQuantitySatisfy() && $boyfriendIsPresent())
{
       $totalItem = $toys[] + $cosmetic[] + $bonsais[] + $balloons[] + $lamp[] + $socks[] + $cloths[] + $additionalCloths[] + $extraCloths[] + $unexpectedCloths[] + $friendsCloths[] + $friendsFriendsCloths[];
       ship();
}
# 写于十八年前,改于七个月前
           

0

  1. This post has no comment yet

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注