x = ->
  alert 2 + 2
  alert y(10)
$.get 
  ajax: true
  url: "foo"
