Source: tags/global.js

(function() {
    /** @global */
    var foo = 'hello foo';

    this.foo = foo;
}).apply(window);
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.