Method code for $english_lib._noun_singular()

[Turn on line numbering]
arg string;
var k;

anticipate_assignment();
if ((k = string in noun_exceptions.values()))
    return (noun_exceptions.keys())[k];
return ._remove_s(string);

["// Created 11-Nov-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark