Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugAction (lines 5210-5219)

5210  [ DebugAction a anames;
5211      #Iftrue (Grammar__Version == 1);
5212      if (a >= 256) { print ", a-256, ">"; return; }
5213      #Ifnot;
5214      if (a >= 4096) { print ", a-4096, ">"; return; }
5215      #Endif; ! Grammar__Version
5216      anames = #identifiers_table;
5217      anames = anames + 2*(anames-->0) + 2*48;
5218      print (string) anames-->a;
5219  ];


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.