diff options
Diffstat (limited to 'sierpinski.scm')
-rw-r--r-- | sierpinski.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sierpinski.scm b/sierpinski.scm index 6300e8a..1096bd5 100644 --- a/sierpinski.scm +++ b/sierpinski.scm @@ -4,7 +4,7 @@ ; This code is in the public domain. ;Date: Fri, 6 May 94 13:22:34 -0500 - +;@ (define MAKE-SIERPINSKI-INDEXER (lambda (max-coordinate) (lambda (x y) |