Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

CDefart (lines 6332-6345)

6332  [ CDefart o i;
6333      #Ifdef YOU__TX;
6334      if (o == player) {
6335          print (string) YOU__TX;
6336          return;
6337      }
6338      #Endif;
6339      i = indef_mode; indef_mode = false;
6340      if ((~~o ofclass Object) || o has proper) {
6341          indef_mode = NULL; print (PSN__) o; indef_mode = i;
6342          return;
6343      }
6344      PrefaceByArticle(o, 0); indef_mode = i;
6345  ];


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.