A list comprehension constructs a list(or seq in clojure's case) by evaluating the body, then collecting the result of each iteration.
確定! 回上一頁