Skip to content
Bruce Mitchener edited this page Jan 6, 2014 · 1 revision
(rep loop ((i 0))
  (when (< i 10)
    (seq (msg out "%d\n" i) (loop (+ i 1)))))
Clone this wiki locally