All pastes #2435411 Raw Edit

Mine

public unlisted text v1 · immutable
#2435411 ·published 2013-08-21 16:33 UTC
rendered paste body
(defn test-doseq
  []
  (doseq [i [1 2 3]
          j [4 5]
          k [6 7]
          l [1 2 3 4] ;; Comment it out...
          ]
    (+ i j k)))