4 lines
75 B
Scheme
4 lines
75 B
Scheme
(module runtime-path-table mzscheme
|
|
(provide table)
|
|
(define table #f))
|