4 lines
73 B
Scheme
4 lines
73 B
Scheme
(module exit mzscheme
|
|
(provide exit-box)
|
|
(define exit-box (box #f)))
|