



UserFilter (lines 3644-3655)
Back to List
Browsing parserm.h
3644 ! The UserFilter routine consults the user's filter (or checks on attribute)
3645 ! to see what already-accepted nouns are acceptable
3646 ! ----------------------------------------------------------------------------
3647
3648 [ UserFilter obj;
3649 if (token_filter > 0 && token_filter < 49) {
3650 if (obj has (token_filter-1)) rtrue;
3651 rfalse;
3652 }
3653 noun = obj;
3654 return indirect(token_filter);
3655 ];
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.