(defn parse-eval [string stack] "Parse and Evaluate the line sent and push result to stack if necessary." (let [cmd (clojure.string/split string #" ") fname ...
確定! 回上一頁