----
if (x) {
  setTimeout(function() { return go(); }, 300)
}
----
if x
  setTimeout (->
    go()
  ), 300
