 
 



 
		
		 InfixBigScope (lines 265-272)
			
		
				 
		Back to List 
				
					 
			Browsing infix.h
					0265  [ InfixBigScope x;
0266    if (scope_stage == 1) return false;  ! No multiples here
0267    if (scope_stage == 2)
0268    {   objectloop (x ofclass Object) PlaceInScope(x);
0269        return true; ! That's the whole scope
0270    }
0271    print "; I'm unable to make any sense of that term.^";
0272  ];
  
    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.