Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

NextWord (lines 4192-4201)

4192  #Ifnot; ! TARGET_GLULX
4193   
4194  [ NextWord i j;
4195      if (wn > parse-->0) { wn++; rfalse; }
4196      i = wn*3-2; wn++;
4197      j = parse-->i;
4198      if (j == ',//') j=comma_word;
4199      if (j == './/') j=THEN1__WD;
4200      return j;
4201  ];


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.