----
(function () {
  return go();
}).call(this);
----
(->
  go()
).call this
