<div dir="ltr">Bob,<div><br></div><div>The symbols may stem from BCPL, but the idea to use them for MIN and MAX is specific to V7.</div><div><br></div><div>In V6, <a href="http://www.tuhs.org/cgi-bin/utree.pl?file=V6/usr/source/c/c00.c">http://www.tuhs.org/cgi-bin/utree.pl?file=V6/usr/source/c/c00.c</a> doesn't have them.<br></div><div><br></div><div>Leo</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 3, 2017 at 3:33 AM, Bob Eager <span dir="ltr"><<a href="mailto:rde@tavi.co.uk" target="_blank">rde@tavi.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, 2 Nov 2017 22:14:42 -0700<br>
Leo Broukhis <<a href="mailto:leob@mailcom.com">leob@mailcom.com</a>> wrote:<br>
<br>
> <a href="https://retrocomputing.stackexchange.com/q/4965/4025" rel="noreferrer" target="_blank">https://retrocomputing.<wbr>stackexchange.com/q/4965/4025</a><br>
><br>
><br>
> In the UNIX V7 version of the C language, there were the /\ (min) and<br>
> the \/ (max) operators.<br>
<br>
</span>As an aside, many will know that C is based on B, and B was based on<br>
BCPL.<br>
<br>
I used BCPL a *lot*. The logical AND operator in BCPL could be written<br>
as:<br>
<br>
  AND<br>
  &<br>
  /\<br>
<br>
and logical OR could be written as:<br>
<br>
  LOGOR<br>
  |<br>
  \/<br>
<br>
Perhaps someone decided it would be confusing.<br>
______________________________<wbr>_________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a><br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" rel="noreferrer" target="_blank">http://mailman.trailing-edge.<wbr>com/mailman/listinfo/simh</a></blockquote></div><br></div>