Classes / Methods

; A function with an empty argument vector; there is no object to call it on

(defn say-goodbye []
  (println "Goodbye!"))

(say-goodbye)