plural property

Parser get plural

Implementation

Parser get plural =>
    preface & pluralLiteral & comma & pluralClause.plus() & closeCurly;