



InfixActionToken (lines 119-129)
Back to List
Browsing infix.h
0119 [ InfixActionToken;
0120 if (InfixMatchPrule(InfixPrintAction, #lowest_action_number,
0121 #highest_action_number, WordAddress(wn), WordLength(wn))) {
0122 wn++; infix_lvalue = parsed_number; return 0;
0123 }
0124 if (InfixMatchPrule(InfixPrintFakeAction, #lowest_fake_action_number,
0125 #highest_fake_action_number, WordAddress(wn), WordLength(wn))) {
0126 wn++; infix_lvalue = parsed_number; return 0;
0127 }
0128 return -1;
0129 ];
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.