I thank you for your open-mindedness, but I must admit I was in the fault. I supplied a version from a modern language such as C++.

On Saturday, Aug 30, 2003, at 20:36 America/New_York, DvDmanDT wrote:

As I've understood it your example is like only valid in the latest C++
standards or something... Possibly also in newer C... But it's new... MSVC6
does not have that implented I think...


But I might be pretty badly misstaken on this one...

--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
<[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
Not so. I supplied this version earlier:

int array[] = {1, 2, 3, 4, 5};

for (int i = 0; i < 5; i++)
{
         int num = array[i];
         printf("%d", num);
         for (int i = 0; i < 5; i++)
                 printf("%d", i * num);
}

On Saturday, Aug 30, 2003, at 15:19 America/New_York, Rasmus Lerdorf
wrote:

It was based on the for construct from C and works exactly the same
way.

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


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



Reply via email to