racket/collects/tests/racket/binc.rktl
2010-05-01 09:58:16 -06:00

5 lines
49 B
Racket

(begin
(define w x)
(define z w))
(define y z)