[ create a new paste ] login | about

Link: http://codepad.org/fYbcrrKP    [ raw code | fork ]

Plain Text, pasted on Oct 22:
1
2
3
4
5
6
7
(defn f []
  [1 2])

(let [[x y] (f)]
  (print x)
  (print y))



Create a new paste based on this one


Comments: