// --- The following return statements all break the function execution: --- return; return true; return false; return x; return x + y / 3;