Advertisement
Guest User

Almost cond->

a guest
Dec 13th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (let [x2 (if (f1 x1) (g1 x1) x1)
  2.       x3 (if (f2 x2) (g2 x2) x2)
  3.       x4 (if (f3 x3) (g3 x3) x3)
  4.       x5 (if (f4 x4) (g4 x4) x4)]
  5.  x5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement