A foo is a kind of room. A foo has a number called foonum. The printed name of a foo is a "[foonum in words]". The description is "(this line is for testing purposes) You see a [foonum] here."
The transcript output looks like this:
zero
You see a 0 here.
>e
one
You see a 1 here.
>e
two
You see a 2 here.
>e
three
You see a 3 here.
I want the room name in the number to be title case, so it’s like One instead of one. How can I do that?