



PrepositionChain (lines 2202-2210)
Back to List
Browsing parserm.h
2202 [ PrepositionChain wd index;
2203 if (line_tdata-->index == wd) return wd;
2204 if ((line_token-->index)->0 & $20 == 0) return -1;
2205 do {
2206 if (line_tdata-->index == wd) return wd;
2207 index++;
2208 } until ((line_token-->index == ENDIT_TOKEN) || (((line_token-->index)->0 & $10) == 0));
2209 return -1;
2210 ];
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.