mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-03 21:37:47 +02:00
cleanup
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user