while () { if (condition1..condition2) { # Here only the line from the moment condition1 is true, until condition2 is reached are processed } }