Clojure [edit]. (def x "") ;x is "globally" declared to be the empty string (let [x ""] ;x is bound to the empty string within the let )
確定! 回上一頁