Forgot to put the 'This file is part of Sunterlib' message at the top of the SRFI 10 test files -- not that those two files are that significant, of course
This commit is contained in:
parent
6d0bcef5bb
commit
4a24db6278
|
@ -1,3 +1,5 @@
|
|||
;;; This file is part of the Scheme Untergrund Library.
|
||||
|
||||
;; This code, written by Taylor Campbell, is in the public domain.
|
||||
|
||||
(define (circumference r) (* '#,(pi) 2 r))
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
;;; This file is part of the Scheme Untergrund Library.
|
||||
|
||||
;; This code, written by Taylor Campbell, is in the public domain.
|
||||
|
||||
;; If the #, is uncommented, the ' should be commented; and vice versa.
|
||||
|
|
Loading…
Reference in New Issue