infinite loop php
//this infinte loop never stops until the if condition became true
while(1){
if(/*condition to exit from while*/);break;}
ob_flush();
flush();
sleep(2);
}
infinite loop php
//this infinte loop never stops until the if condition became true
while(1){
if(/*condition to exit from while*/);break;}
ob_flush();
flush();
sleep(2);
}
loop ahk
; Creates a loop with 3 iterations.
Loop, 3
{
MsgBox, Iteration number is %A_Index%. ; A_Index will be 1, 2, then 3
Sleep, 100
}
remember to not add more than 100 loops as that may freeze computer
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us