3 lines
101 B
Text
3 lines
101 B
Text
number_name := n -> convert(n, english)
|
|
number_name(2001);
|
|
"two thousand one"
|