Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugAttribute (lines 5250-5257)

5250  [ DebugAttribute a str;
5251      if (a < 0 || a >= NUM_ATTR_BYTES*8) print ", a, ">";
5252      else {
5253          str = #identifiers_table-->4;
5254          str = str-->a;
5255          if (str) print (string) str; else print ", a, ">";
5256      }
5257  ];


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.