(defn hello [name] (println "Hello" name "!")) <br> (hello "champ") -> Hello champ ! But how to change my function so I don't need to put quotes?
確定! 回上一頁