For example, with just first and rest (and another function, empty?, ... (defn printall [s] (if (not (empty? s)) (do (println (str "Item: " (first s))) ...
確定! 回上一頁