while (int i = 0)(i < 10){ println(i); i++; }. 在Clojure中,同样可以以binding的形式提供初始化语句, 以及提供循环体。这通过loop这种form来实现.
確定! 回上一頁