[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DO
- To: RIVEST at MIT-MC
- Subject: DO
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Wed, 16 Apr 80 15:46:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 16 April 1980 10:46-EST
- Sender: ___066 at MIT-MC
Looping forever is trivially obtained by doing (DO () (T) ...)
It is defined (and much more useful) for (DO () () ...) to do it exactly
once, since this case is also quite useful, and not so easily obtained
otherwise.