RosettaCodeData/Task/Comments/Clojure/comments-2.clj

2 lines
87 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(comment (println (foo)) "bar" :baz 123 (System/exit 0)) ;; does nothing, returns nil