[Solved] issues with clone and for loop

As Andy Turner said for your first question : clone() is not being used. It just so happens that the variable is called clone, but that has no semantic importance to the code. Concerning the for statement he’s composed of 3 parts ,each separated by one ; , and none of them is obligated to … Read more