Posted by Toby A Inkster on 04/02/07 00:31
K.J.Williams wrote:
> Should I assume PHP doesn't have a GOTO for my friends case?
There is a proposal for "goto" to be included in PHP 6, but it will
probably not be called "goto". And the one proposed is more like the
Perl concept of goto -- which has virtually nothing in common with the
BASIC goto. The Perl goto is a far more limited statement, which just
allows you to jump out of loops in a particular way.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
[Back to original message]
|