Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing infix.h

InfixBigScope (lines 280-287)

0280  [ InfixBigScope x;
0281      if (scope_stage == 1) return false;  ! No multiples here
0282      if (scope_stage == 2) {
0283          objectloop (x ofclass Object) PlaceInScope(x);
0284          return true; ! That's the whole scope
0285      }
0286      print "; I'm unable to make any sense of that term.^";
0287  ];


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.