Path: utzoo!utgpu!news-server.csri.toronto.edu!csri.toronto.edu!norvell Newsgroups: comp.lang.scheme From: norvell@csri.toronto.edu (Theo Norvell) Subject: In which scheme reports are named "lets" defined? Message-ID: <1991Feb8.195043.5989@jarvis.csri.toronto.edu> Organization: CSRI, University of Toronto Date: 9 Feb 91 00:50:43 GMT Lines: 12 Could someone tell me in which official definition of scheme named "lets" are defined. Is it in the Revised Revised Report? I am referring to "lets" like (let r ((l '(a b c)) (a '())) (if (null? l) a (r (cdr l) (cons (car l) a)) ) ) BTW, are these reports published other than in MIT and Indiana tech reports? Thanks, Theo Norvell norvell@csri.toronto.edu norvell@csri.utoronto.ca