Word description Transform a quantity and a word into a construct consisting of the quantity, and the correct plural or singular form of the word. word is expected to be in singular form.
Notes
•
This word attempts to preserve the letter case style of the input.
•
Due to the unique way in which the English language is structured, the number 0 is considered plural; 1 is the only singular quantity.
Examples
USING: english io ;
10 "baby" count-of-things print 10 babies
USING: english io ;
2.5 "FISH" count-of-things print 2.5 FISH