<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>if there need to be negative references in array accesses (which certainly makes sense to me, on its face), it seems reasonable to have whatever intermediate variable be signed.</div></div></div></blockquote><div><br></div><div>In my first C programming job I saw the source to V7 grep which had a "foo[-2]" construct. It was a moment of enlightenment and another bit of K&R fell into place.  (<a href="https://www.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/grep.c">https://www.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/grep.c</a>; search for "[-")<br></div><div> </div></div></div>