On Mon, 22 Dec 2003, Andi Gutmans wrote: > In cases like this I think it's sexier to use do {} while(0). I also use > goto but usually only in places where the former isn't suitable.
Why hide "goto" with "do {} while(0)"? Using goto in this case is much clearer IMO. Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php