Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PrepositionChain (lines 1557-1567)

1557  [ PrepositionChain wd index;
1558    if (line_tdata-->index == wd) return wd;
1559    if ((line_token-->index)->0 & $20 == 0) return -1;
1560    do
1561    {   if (line_tdata-->index == wd) return wd;
1562        index++;
1563    }
1564    until ((line_token-->index == ENDIT_TOKEN)
1565           || (((line_token-->index)->0 & $10) == 0));
1566    return -1;
1567  ];


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.