Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

WordInProperty (lines 4108-4113)

4108  [ WordInProperty wd obj prop k l m;
4109      k = obj.∝ l = (obj.#prop)/WORDSIZE-1;
4110      for (m=0 : m<=l : m++)
4111          if (wd == k-->m) rtrue;
4112      rfalse;
4113  ];


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.