---- run(function () { a(); b(); return; }); ---- run -> a() b() return