GS>>I don't think I've ever heard Perl or C maligned on the basis of their 
GS>>support for goto.  Perhaps I just travel in the wrong circles.

I didn't ever saw any need in Perl goto - except for goto& construct which 
isn't goto at all. As for C goto - it's usually used as replacement for 
multilevel break/continue or in weird code like lexx parsers, and is 
generally frowned upon on other occasions (though, of course, in places 
like OS kernel code when every bit of performance counts one may need to 
use goto's in numbers - but that's entirely different realm).

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to