Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

GGWordCompare (lines 743-753)

0743  #Ifnot; ! TARGET_GLULX
0744   
0745  Array gg_tokenbuf -> DICT_WORD_SIZE;
0746   
0747  [ GGWordCompare str1 str2 ix jx;
0748      for (ix=0 : ix<DICT_WORD_SIZE : ix++) {
0749          jx = (str1->ix) - (str2->ix);
0750          if (jx ~= 0) return jx;
0751      }
0752      return 0;
0753  ];


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.