7 lines
89 B
Scheme
7 lines
89 B
Scheme
|
|
(module config mzscheme
|
|
|
|
(provide value-color)
|
|
|
|
(define value-color "schemevalue"))
|