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