So lets say I had
x = false; while{ if (function1()){ x=true; break; } if (function2()){ x=true; break; } if (function3()){ x=true; break; } if (f