Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

SetPronoun (lines 4416-4422)

4416  [ SetPronoun dword value x;
4417      for (x=1 : x<=LanguagePronouns-->0 : x=x+3)
4418          if (LanguagePronouns-->x == dword) {
4419              LanguagePronouns-->(x+2) = value; return;
4420          }
4421      RunTimeError(14);
4422  ];


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.