Blurbs ansible coffeescript django dvcs erlang es6 hg javascript json lua mercurial peewee postgresql python scope sql sqlalchemy yaml

Closure without return code javascriptscope

var bar;
function foo(x) {
    bar = function() {
        alert(x);
    }
};
foo(5);
bar();