in reply to Re^3: If I was forced to use only one kind of loop for the rest of my days it would be a
in thread If I was forced to use only one kind of loop for the rest of my days it would be a
(define a (list 1 2 3)) (set-cdr! a a) (for-each (lambda (x) (display "hello world\n")) a)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: If I was forced to use only one kind of loop for the rest of my days it would be a
by ambrus (Abbot) on Sep 30, 2005 at 15:59 UTC |