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