• file.coffee

  • ¶

    Comment

    foo = 'bar'
    baz = -> foo
    
    console.log baz() if console and console.log