Clojure [edit]. (defn repeat-function [f n] (dotimes [i n] (f))). Output: user=> (repeat-function #(println "bork") 3) bork bork bork.
確定! 回上一頁