



		
		 InfixActionToken (lines 109-121)
			
		
				 
		Back to List 
				
					 
			Browsing infix.h
					0109  [ InfixActionToken;
0110    if (InfixMatchPrule(InfixPrintAction,
0111        #lowest_action_number, #highest_action_number,
0112        WordAddress(wn), WordLength(wn)))
0113    {   wn++; infix_lvalue = parsed_number; return 0;
0114    }
0115    if (InfixMatchPrule(InfixPrintFakeAction,
0116        #lowest_fake_action_number, #highest_fake_action_number,
0117        WordAddress(wn), WordLength(wn)))
0118    {   wn++; infix_lvalue = parsed_number; return 0;
0119    }
0120    return -1;
0121  ];
  
    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.