From 91e68f583099518b7ab64c323d5f13750eb2b14c Mon Sep 17 00:00:00 2001 From: JasonJAyalaP Date: Fri, 19 Sep 2014 20:04:08 -0500 Subject: cleanup --- nim.html.markdown | 4 ---- 1 file changed, 4 deletions(-) (limited to 'nim.html.markdown') diff --git a/nim.html.markdown b/nim.html.markdown index f84b8bbd..929d0a74 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -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 # -- cgit v1.2.3