Pudu programming language
Menu
API reference

Std.Human.plural

1 declaration

fn

plural: Int -> Str -> Str -> Str

A count with the noun that agrees with it: 1 file, 0 files, 3 files. The plural is given rather than guessed, because English plurals are not a rule a library can apply (1 child, 2 children).

Back to Std.HumanSearch related declarations