What do you want to save?
Add Code snippet
New code examples in category Clojure
-
Phoenix Logan 2022-01-29 14:21:56
how to use clojure cond
(ns clojure.examples.hello (:gen-class)) ;; This program displays Hello World (defn Example [] (def x 5) (cond (= x 5) (println "x is 5") (= x 10)(println "x is 10") :else (println "x is not defined&quo... Add solution -
-
-
Best helpers
Ranking is empty