mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 13:57:38 +02:00
cleanup
This commit is contained in:
@@ -240,10 +240,6 @@ of aNo:
|
|||||||
addSugar()
|
addSugar()
|
||||||
# No need for an `else` here. Only `yes` and `no` are possible.
|
# 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
|
# FFI
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user