sunterlib/s48/srfi-10/test/pi.scm

9 lines
206 B
Scheme
Raw Normal View History

2004-01-16 10:37:46 -05:00
;; This code, written by Taylor Campbell, is in the public domain.
;; If the #, is uncommented, the ' should be commented; and vice versa.
#,
(define-reader-constructor
;'
pi (lambda () (atan 0 -1)))