----
if (a === function(){ return x(); }) {
  b()
  c()
}
----
if a == (->
    x()
  )
  b()
  c()
