
nominative()(3)         C LIBRARY FUNCTIONS         nominative()(3)

NAME
     nominative() - get the objective gender form

SYNOPSIS
     string nominative(mixed thingy)

DESCRIPTION
     Returns the nominative form ('he', 'she', 'it') of thinghy.
     Thinghy may be either an object (in which case query_gender()
     is called) or a string ('male', 'female', 'other').

     The nominative form is often called the pronoun.

SEE ALSO
     possesive(3), objective(3).
