Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugAction (lines 5240-5248)

5240  [ DebugAction a str;
5241      if (a >= 4096) { print ", a-4096, ">"; return; }
5242      if (a < 0 || a >= #identifiers_table-->7) print ", a, ">";
5243      else {
5244          str = #identifiers_table-->6;
5245          str = str-->a;
5246          if (str) print (string) str; else print ", a, ">";
5247      }
5248  ];


Last updated 27 February 2004. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson assisted by C Knight.