This commit is contained in:
JasonJAyalaP 2014-09-19 20:20:08 -05:00
parent 2caa82052d
commit 24cee5a4e6

View File

@ -240,10 +240,6 @@ of aNo:
addSugar()
# No need for an `else` here. Only `yes` and `no` are possible.
proc pluralize(a: int): string =
if a > 1 or a == 0: return "s"
else: return ""
#
# FFI
#