tens ( n -- str )


Vocabulary
math.text.english.private

Inputs
nan object


Outputs
stran object


Definition


: tens ( n -- str )
{
f
f
"twenty"
"thirty"
"forty"
"fifty"
"sixty"
"seventy"
"eighty"
"ninety"
} nth ;