[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]




COMPLR does not compile the do loop correctly

(defun bug ()
  (do ((i 0 j)
       (j 1 (1+ j)))
      ((> j 10))
    (print (list i j))))