Handbook
Glossary
pluralize ( str -- newstr )
Vocabulary
math
.
text
.
french
.
private
Inputs
str
an
object
Outputs
newstr
an
object
Definition
USING:
kernel
sequences
;
IN:
math.text.french.private
:
pluralize
( str -- newstr )
dup
"s"
tail?
[
115
suffix
]
unless
;