From: Ralph Corderoy Date: Sun, 14 May 2017 10:23:33 +0000 (+0100) Subject: Use new PLURALS(n) macro instead of variety of tests. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e9bab734900d62af2bf2fc873dd480e7503335b9?ds=sidebyside;hp=e9bab734900d62af2bf2fc873dd480e7503335b9 Use new PLURALS(n) macro instead of variety of tests. Whether to output a plural noun in a message was decided by ternary operators that tested n==1, n!=1, n>1, etc. Make them all consistent by using PLURALS(n). ---