(ns how-do-i-compare) (defn what-is [x] (cond (identical? x 42) "everything" (identical? ... (ns how-do-i-compare-test (:require [clojure.test :refer :all] ...
確定! 回上一頁