x := 3; main @= fn() { y := 5; z @= 10; foo @= fn() { bar := y; asdf := z; gfdij := x; }; };