[ ^ CSE 341 | section index | <-- previous | next -->]

(define a 15) (define b 'foo) (define c (lambda (n p) (= p (* n p)))) (define d '(1 2)) (define (myfunc y) (let ((c "foo") (d c)) (display (cons c d)) y)) (myfunc b) [global environment diagram, mappings from symbols to values]

Last modified: Wed Apr 5 23:11:04 PDT 2000