Cuando usar un while?
#2

Es lo mismo, ambos son para generar una funciуn cнclica, no tienen diferencia a excepciуn de que while usa nada mбs una parte y for 3:

PHP код:
// WHILE
    
new i;
    while(
!= 10// 1
    
{
        
i++;
    }
    
    
// FOR
    //  1        2      3
    
for(new i!= 10i++) // 3, cada parte se separa en ";"
    
{
    
    } 
EDIT: Tienen razуn sobre la diferencia semбntica.
Reply


Messages In This Thread
Cuando usar un while? - by CrashCar - 05.04.2015, 01:21
Respuesta: Cuando usar un while? - by Zume - 05.04.2015, 01:26
Re: Cuando usar un while? - by CrashCar - 05.04.2015, 01:37
Re: Cuando usar un while? - by admantis - 05.04.2015, 01:47
Re: Cuando usar un while? - by SickAttack - 05.04.2015, 04:25
Respuesta: Cuando usar un while? - by OTACON - 05.04.2015, 17:49
Re: Cuando usar un while? - by GaBO! - 05.04.2015, 18:57

Forum Jump:


Users browsing this thread: 2 Guest(s)