(keep-indexed #(when (even? %1) (* %1 %2))) (replace {2 "two" 6 "six" 18 "eighteen"}) (take 11) (take-while #(not= 300 %)) (drop 1) (drop-while string?) ...
確定! 回上一頁