so there is a question (because i in beginning of programing)... when the action is execution , compiler read the code line by line and this code

coins += 1;
wait(1);
ent_remove(my);


isn't read when loop is running ,right ?