6 lines
97 B
Scheme
6 lines
97 B
Scheme
(module beginner-defined mzscheme
|
|
(provide must-reduce)
|
|
|
|
(define must-reduce
|
|
`(e pi)))
|