Let's use Clojure for example. Suppose your function f[a,b,c] takes 3 args. (defn f "join one or more strings" [& args] (apply str args)) (f ...
確定! 回上一頁