Help for this page
begin(); stuff(); if (something went wrong) { return } more_stuff(); end();
begin(); do_stuff(); end(); ... if (something went wrong) { return } more_stuff(); }