On Sun, 2009-03-08 at 01:54 +0600, 9el wrote:
> >
> >
> > They probably thought you couldn't handle the responsibility... and if
> > you can't think for yourself then they may be right ;)
> >
> > > Once we have goto, it's a short slide down a slippery slope to setjmp
> > > and longjmp. And thence, the apocalypse. ;-}
> >
> > Or maybe nirvana is just over the horizon! You can't know until you go
> > there.
> >
> >
> > As goto is unconditional it can make endless loop... but I think its been
> overcome'd already

<?php

for( ; ; )
{
    echo "You can make an endless loop in many, many ways.\n";
}

?>

Cheers,
Rob.
-- 
http://www.interjinn.com
Application and Templating Framework for PHP


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to