Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

ExamineSub (lines 2066-2077)

2066  [ ExamineSub i;
2067      if (location == thedark) return L__M(##Examine, 1);
2068      i = noun.description;
2069      if (i == 0) {
2070          if (noun has container) <<Search noun>>;
2071          if (noun has switchable) { L__M(##Examine, 3, noun); rfalse; }
2072          return L__M(##Examine, 2, noun);
2073      }
2074      PrintOrRun(noun, description);
2075      if (noun has switchable) L__M(##Examine, 3, noun);
2076      if (AfterRoutines() == 1) rtrue;
2077  ];


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.