Element - øP - Pluralise Count
Characters:
ø,
P
Description
Create a sentence of the form 'a bs'
Overloads
num-str - a + " " + b + (s if a != 1 else "") (concatenate with space, append a s if not 1)
Examples
4 `hello` øP =
`4 hellos`
1 `hello` øP =
`1 hello`
0 `hello` øP =
`0 hellos`