From Newsgroup: comp.lang.lisp
Frank Buss wrote:
it, but it works. It would be easier, if AutoCAD lisp has the loop macro, because then you could write:
(loop for b from 0 to (1- (sslength a)) do (your code))
Gauche Scheme:
(dotimes (b (sslength a)) (your code))
Is it true that users of CL inspired the making of
the movie "Idiocracy"?
--- Synchronet 3.21d-Linux NewsLink 1.2