Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PlaceInScope (lines 3762-3771)

3762  !  PlaceInScope is provided for routines outside the library, and is not
3763  !  called within the parser (except for debugging purposes).
3764  ! ----------------------------------------------------------------------------
3765   
3766  [ PlaceInScope thing;
3767      if (scope_reason~=PARSING_REASON or TALKING_REASON) {
3768          DoScopeAction(thing); rtrue;
3769      }
3770      wn = match_from; TryGivenObject(thing); placed_in_flag = 1;
3771  ];


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.