Hi.
The obvious answer is the "for ever" loop:

        for (;;) {
                ...
        }

Which doesn't use a goto and doesn't use any expressions.
-Craig

On 21/04/2009, at 5:06 PM, Michael wrote:
> I want to run a loop without using an expression.


--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to