@EnglishEnliven B anything. Anything is used in a negative sense. When a person is in shock he would not say anything. He was too shocked to say anything (he would not be able to speak)
Trying should be a recursive process just like an execution of recursive functions. #programming#coding
function keepTrying(){
if(!completed){
keepTrying ();
}
}
Trying should be a recursive process just like an execution of recursive functions. #programming#coding
function keepTrying(){
if(!completed){
keepTrying ();
}
}