home | benetleong.com
Google
 
Web benetleong.com
April 2007
S M T W T F S
« Mar   May »
1234567
891011121314
15161718192021
22232425262728
2930  

Archives

Archive for April, 2007

Do… until… 4th May 2007.

function controlBenet() {
   do {
      foreach ($seconds as $peanuts) {
         chomp($peanuts);
         if ($new_work == true) {
            $stack = array(”unfinished_business”);
            array_push($stack, $new_work);
            reset($stack);
         }
      }
   } while ($date != 04052007);
}

Sigh~~~~ time to get back to work.