訂正です
Satoru Takabayashi <ccsatoru@xxxxxxxxxxxxxxxxxx> wrote:
>ということが発生してしまうのだと思います。先ほどの行を強引に
>
> for (; $cnt <= $#words
> && unsignedcmp($words[$cnt], $current_word) < 0 ; $cnt++) {
for (; $cnt <= $#words
&& unsignedcmp($words[$cnt], $current_word) <= 0 ; $cnt++) {
^^
ですね。
--
高林 哲 Satoru Takabayashi