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