To comment out a block of the code we use hash underscore #_ ( reader macro ). ;(1 2 3) #_(defn sum [a b] (+ a b)).
確定! 回上一頁