* Thus wrote Curt Zirzow ([EMAIL PROTECTED]):
> * Thus wrote Chris Shiflett ([EMAIL PROTECTED]):
> > --- Curt Zirzow <[EMAIL PROTECTED]> wrote:
> > > if ($do || false == $do ) {
> > > try();
> > > }
> > > /* Do, or do not. There is no try. */
> >
> > Isn't there always try? :-)
>
> Only in php5 :)
oops, you were pointing out the flaw in the logic, here I'll
correct it:
while ($do || false == $do )
have_fun();
try();
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php