3 lines
41 B
Scheme
3 lines
41 B
Scheme
|
|
(define (to-roman n)
|
||
|
|
(format "~@r" n))
|