ClojureDocs

导航

命名空间

dotimes

clojure.core

从 1.0 开始可用 ()
  • (dotimes 绑定 & 正文)
bindings => name n
 Repeatedly executes body (presumably for side-effects) with name
bound to integers from 0 through n-1.