like
for(expression;bool expression; affectation) that would turn intoexpression; while (bool) { //every possible branch inside while would get affectation }for(expression;bool expression; affectation) that would turn intoexpression; while (bool) { //every possible branch inside while would get affectation }