12134: WHILE (this%<>0) AND (word$ > FNgetitem(index{}, this%))
11088: prev% = this%
14153: this% = index.link%
77472: ENDWHILE
|
IF (this%<>0) AND (word$ > FNgetitem(index{}, this%)) THEN
REPEAT
prev% = this%
this% = index.link%
UNTIL NOT ((this%<>0) AND (word$ > FNgetitem(index{}, this%)))
ENDIF