;; lambdas.txt ;; Lambda functions (other than lambda itself) #!clear (define (f) (this) (that) (the-other)) (lambda-body f) => ((this) (that) (the-other))