---- while (condition) { if (x) break; a(); } ---- while condition if x break a()