Closed GoogleCodeExporter closed 9 years ago
(let () (define-values (x y) (values 1 2)) (+ x y)) => 3
Original issue reported on code.google.com by aohelin on 7 Jan 2012 at 7:52
aohelin
> (define-values (a b) (values 1 2)) (a b) > (+ a b) 3 > (let () (define-values (x y) (values 1 2)) (+ x y)) 3
Original comment by aohelin on 31 Jan 2012 at 9:09
Original issue reported on code.google.com by
aohelin
on 7 Jan 2012 at 7:52