mud/lib/doc/sefun/possessive
2020-09-06 05:43:07 -07:00

29 lines
662 B
Plaintext

POSSESSIVE(1) POSSESSIVE(1)
NAME
possessive() - returns the possessive pronoun for a gender
SYNOPSIS
string possessive(mixed val)
DESCRIPTION
Given a string or an object as an argument, this function
will return the appropriate possessive pronoun ("his",
"her", or "its") for the gender in question.
EXAMPLES
o possessive(find_living("plant")) returns "its"
LOCATION
/secure/sefun/english.c
SEE ALSO
nominative(), objective(), possessive_noun(), reflexive()
Author
Descartes of Borg
1