Help for this page

Select Code to Download


  1. or download this
    if (++$been_here{$this_location} > 4 and
        $total_tips{$this_location} == 0) {
    ...
        $driver->cough_on($pizza)
      }
    }
    
  2. or download this
    if ($location->is('affluent') and $this_tip == 0) {
      if ($customer->try($coupon) and ! $coupon->good_on('delivery')) {
    ...
        $driver->pockets($coupon->amount);
      }
    }