ikarus/bin/collect.ss

6 lines
36 B
Scheme
Raw Normal View History

2006-11-23 19:38:26 -05:00
(define (f)
(collect)
(f))
(f)