Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugAction (lines 4225-4234)

4225  [ DebugAction a anames;
4226  #iftrue Grammar__Version==1;
4227    if (a>=256) { print ", a-256, ">"; return; }
4228  #ifnot;
4229    if (a>=4096) { print ", a-4096, ">"; return; }
4230  #endif;
4231    anames = #identifiers_table;
4232    anames = anames + 2*(anames-->0) + 2*48;
4233    print (string) anames-->a;
4234  ];


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 (graham@gnelson.demon.co.uk) assisted by C Knight.