[plt-scheme] Confused by local

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Thu Feb 9 19:23:30 EST 2006

Try

(local ([define x 3]) x)

(local ([define (f y) (+ y 1)]) (f 10))

Shriram


Posted on the users mailing list.