Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PronounOldEnglish (lines 4433-4440)

4433  #Ifdef EnglishNaturalLanguage;
4434   
4435  [ PronounOldEnglish;
4436      if (itobj ~= old_itobj)   SetPronoun('it', itobj);
4437      if (himobj ~= old_himobj) SetPronoun('him', himobj);
4438      if (herobj ~= old_herobj) SetPronoun('her', herobj);
4439      old_itobj = itobj; old_himobj = himobj; old_herobj = herobj;
4440  ];


Last updated 27 February 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.