Pronouns
version 4 by Ron Newcomb
Section 2 - the pronouns
To decide which person is the/-- pronoun/-- he/him/his: (- PronounValue('him') -).
To decide which person is the/-- pronoun/-- she/her/hers: (- PronounValue('her') -).
To decide which object is the/-- pronoun/-- it/its: (- PronounValue('it') -). [ It can refer to anything: things, rooms, directions, anything ]
To decide which object is the/-- pronoun/-- they/them/their: (- PronounValue('them') -). [ ditto for Them ]
To decide which object is the/-- pronoun/-- you/your/yours: decide on the current interlocutor.
To set/now/change the/-- pronoun/-- he/him/his to/is/are/mean/means/refer/refers to/-- (character - a person): (- (SetPronoun('him',{character})); -).
To set/now/change the/-- pronoun/-- she/her/hers to/is/are/mean/means/refer/refers to/-- (character - a person): (- (SetPronoun('her',{character})); -).
To set/now/change the/-- pronoun/-- it/its to/is/are/mean/means/refer/refers to/-- (character - an object): (- (SetPronoun('it',{character})); -).
To set/now/change the/-- pronoun/-- they/them/their to/is/are/mean/means/refer/refers to/-- (character - an object): (- (SetPronoun('them',{character})); -).
To set/now/change the/-- pronoun/-- you/your/yours to/is/are/mean/means/refer/refers to/-- (character - an object): now the current interlocutor is the character.
Pronouns ends here.