Функции

;; the parameter vector is empty, but it is still required
(defn say-goodbye []
  (println "Goodbye!"))

(say-goodbye)