(defun range (start end)
  (cons start
    (if (eq start end) nil (range (inc start) end))))

이런 괄호도 좋지 않니 친구들아