
<HTML><HEAD><TITLE>CosmicOS message</TITLE></HEAD>
<BODY BGCOLOR='#ffffff'>
<HR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT><A NAME='16'><FONT COLOR=red>#&nbsp;MATH illustrate lists and some list operators</FONT></A></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;to make list describable as a function, need to preceed lists</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;... with an argument count</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;Lists keep an explicit record of their length</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;this is to avoid the need for using a special 'nil' symbol</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;... which cannot itself be placed in the list.</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;pending: should introduce number? check function</TT><BR>
<TT>[<A HREF='sound.cgi?s=2110132110111302321100321100003023211003211100030232111132211322110000332133221100321001013023211011132210113221100003321332211003210010030232110032100110302321110003221010321322100100333221010132210010133221001103333322110032100101302321110003213221001013332233'>hear</A>] </TT><TT>(define list-helper /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? n /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? ret /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(&gt; </font><font style='background-color: #9bffff'>(n)</font><font style='background-color: #cdffff'> 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(? x /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>list-helper</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ff9bff'>(- </font><font style='background-color: #ff69ff'>(n)</font><font style='background-color: #ff9bff'> 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>(? y /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>? z /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>ret </font><font style='background-color: #ffcd9b'>(+ 1 </font><font style='background-color: #ffcd69'>(y)</font><font style='background-color: #ffcd9b'>)</font><font style='background-color: #ffcdcd'> </font><font style='background-color: #cdcdcd'>(cons </font><font style='background-color: #9bcdcd'>(x)</font><font style='background-color: #cdcdcd'> </font><font style='background-color: #cd9bcd'>(z)</font><font style='background-color: #cdcdcd'>)</font><font style='background-color: #ffcdcd'>)</font><font style='background-color: #ffcdff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(? x /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>ret 1 </font><font style='background-color: #ffff9b'>(x)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321110013023211003211000030232111132210322110000332033221010132032033221101113221100003322110032100100302321100321001103023210101322100100332210011033332233'>hear</A>] </TT><TT>(define list /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? n /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(n)</font><font style='background-color: #cdffff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(cons 0 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(list-helper </font><font style='background-color: #ffff9b'>(n)</font><font style='background-color: #ffffcd'> </font><font style='background-color: #cdffcd'>(? y / ? z / cons </font><font style='background-color: #9bffcd'>(y)</font><font style='background-color: #cdffcd'> </font><font style='background-color: #cdcdcd'>(z)</font><font style='background-color: #cdffcd'>)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321110103023211003211101130232111132210322101103023211101133203322100000332211113221032210110302321110113321332210111302321110113322101103023210111302321110113332233'>hear</A>] </TT><TT>(define head /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(car / lst)</font><font style='background-color: #cdffff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(undefined)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(if </font><font style='background-color: #ffff9b'>(= </font><font style='background-color: #ffff69'>(car / lst)</font><font style='background-color: #ffff9b'> 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>(cdr /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>lst)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>(car /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>cdr /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>lst)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2110132111100302321100321110113023211113221032210110302321110113320332210000033221111322103221011030232111011332133221010132032033221010132210113221011030232111011332133221011130232101113023211101133332233'>hear</A>] </TT><TT>(define tail /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(car / lst)</font><font style='background-color: #cdffff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(undefined)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(if </font><font style='background-color: #ffff9b'>(= </font><font style='background-color: #ffff69'>(car / lst)</font><font style='background-color: #ffff9b'> 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>(cons 0 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>(cons </font><font style='background-color: #ff9bcd'>(- </font><font style='background-color: #ff69cd'>(car / lst)</font><font style='background-color: #ff9bcd'> 1)</font><font style='background-color: #ffcdcd'> </font><font style='background-color: #ffcd9b'>(cdr / cdr / lst)</font><font style='background-color: #ffcdcd'>)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321111013023211003211101130232101103023211101132233'>hear</A>] </TT><TT>(define list-length / ? lst / car / lst);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=211013211111030232110032111011302321100321100003023211113221032211111030232111011332033221000003322111132210322110000332033221110103023211101133221111103221111003023211101133221011322110000332133332233'>hear</A>] </TT><TT>(define list-ref /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? n /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(list-ref / lst)</font><font style='background-color: #cdffff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(undefined)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(if </font><font style='background-color: #ffff9b'>(= </font><font style='background-color: #ffff69'>(n)</font><font style='background-color: #ffff9b'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>(head /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>lst)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>(list-ref </font><font style='background-color: #ff9bcd'>(tail / lst)</font><font style='background-color: #ffcdcd'> </font><font style='background-color: #ffcd9b'>(- </font><font style='background-color: #ffcd69'>(n)</font><font style='background-color: #ffcd9b'> 1)</font><font style='background-color: #ffcdcd'>)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2110132111111302321100321001013023211003211101130232111132210322111101302321110113320332210101321322100101333221010132210103221111013023211101133213322101013221001013322101113023211101133332233'>hear</A>] </TT><TT>(define prepend /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? x /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(list-length / lst)</font><font style='background-color: #cdffff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(cons 1 </font><font style='background-color: #ff9bff'>(x)</font><font style='background-color: #ffcdff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(cons </font><font style='background-color: #ffff9b'>(+ </font><font style='background-color: #ffff69'>(list-length / lst)</font><font style='background-color: #ffff9b'> 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>(cons </font><font style='background-color: #9bffcd'>(x)</font><font style='background-color: #cdffcd'> </font><font style='background-color: #cdcdcd'>(cdr / lst)</font><font style='background-color: #cdffcd'>)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321000302321100321001013023211003210010030232111132210322110003221001013332211000322100100333322111132211000322100101333221032210010133221001003332210000003221001013322100100333322101100332233'>hear</A>] </TT><TT>(define equal /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? x /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? y /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(number? </font><font style='background-color: #69ffff'>(x)</font><font style='background-color: #9bffff'>)</font><font style='background-color: #cdffff'> </font><font style='background-color: #cdcdff'>(number? </font><font style='background-color: #cd9bff'>(y)</font><font style='background-color: #cdcdff'>)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(if </font><font style='background-color: #ff9bff'>(number? </font><font style='background-color: #ff69ff'>(x)</font><font style='background-color: #ff9bff'>)</font><font style='background-color: #ffcdff'> </font><font style='background-color: #ffcdcd'>(= </font><font style='background-color: #ffcd9b'>(x)</font><font style='background-color: #ffcdcd'> </font><font style='background-color: #cdcdcd'>(y)</font><font style='background-color: #ffcdcd'>)</font><font style='background-color: #ffcdff'> </font><font style='background-color: #cdcdff'>(list= </font><font style='background-color: #9bcdff'>(x)</font><font style='background-color: #cdcdff'> </font><font style='background-color: #cd9bff'>(y)</font><font style='background-color: #cdcdff'>)</font><font style='background-color: #ffcdff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(false)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321000000302321100321001013023211003210010030232111132210322111101302321001013322111101302321001003332211113221132211110130232100101332033221013221000322111010302321001013322111010302321001003332210000003221111003023210010133221111003023210010033332210101133322101100332233'>hear</A>] </TT><TT>(define list= /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? x /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? y /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(list-length / x)</font><font style='background-color: #cdffff'> </font><font style='background-color: #cdcdff'>(list-length / y)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(if </font><font style='background-color: #ff9bff'>(&gt; </font><font style='background-color: #ff69ff'>(list-length / x)</font><font style='background-color: #ff9bff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>(and </font><font style='background-color: #ffcd9b'>(equal </font><font style='background-color: #ffcd69'>(head / x)</font><font style='background-color: #ffcd9b'> </font><font style='background-color: #cdcd9b'>(head / y)</font><font style='background-color: #ffcd9b'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdcd'>(list= </font><font style='background-color: #9bcdcd'>(tail / x)</font><font style='background-color: #cdcdcd'> </font><font style='background-color: #cd9bcd'>(tail / y)</font><font style='background-color: #cdcdcd'>)</font><font style='background-color: #ffcdcd'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(true)</font><font style='background-color: #ffcdff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(false)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111013023221110013203332032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-length / </font><font style='background-color: #9bffff'>(list 0)</font><font style='background-color: #cdffff'>)</font> 0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111101302322111001321003321103213203210033210032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-length / </font><font style='background-color: #9bffff'>(list 4)</font><font style='background-color: #cdffff'> 6 1 0 4)</font> 4);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111101302322111001321103321103210321113203210013210033211032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-length / </font><font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 6 2 7 0 9 4)</font> 6);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032211110130232211100132103321003210013321032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-length / </font><font style='background-color: #9bffff'>(list 2)</font><font style='background-color: #cdffff'> 4 9)</font> 2);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111013023221110013211332110321321113321132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-length / </font><font style='background-color: #9bffff'>(list 3)</font><font style='background-color: #cdffff'> 6 1 7)</font> 3);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221110103023221110013211033211003210113210103210032132101332110032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 12 11 10 4 1 5)</font> 12);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111003023221110013211033211003210113210103210032132101332221110013210133210113210103210032132101332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 12 11 10 4 1 5)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 11 10 4 1 5)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221110103023221110013210003321111321101321100321113210103210113211013210010332111132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 8)</font><font style='background-color: #cdffff'> 15 13 12 7 10 11 13 18)</font> 15);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322111100302322111001321000332111132110132110032111321010321011321101321001033222111001321113321101321100321113210103210113211013210010332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 8)</font><font style='background-color: #cdffff'> 15 13 12 7 10 11 13 18)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 7)</font><font style='background-color: #ffcdff'> 13 12 7 10 11 13 18)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032211101030232211100132103321011321332101132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 2)</font><font style='background-color: #cdffff'> 11 1)</font> 11);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211110030232211100132103321011321332221110013213321332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail / </font><font style='background-color: #9bffff'>(list 2)</font><font style='background-color: #cdffff'> 11 1)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 1)</font><font style='background-color: #ffcdff'> 1)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221110103023221110013211033210132100113210032100003211032101133210132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 5 19 4 16 6 11)</font> 5);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111003023221110013211033210132100113210032100003211032101133222111001321013321001132100321000032110321011332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 5 19 4 16 6 11)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 19 4 16 6 11)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221110103023221110013210103321100321001032111321003210013210010321103210000321103210010332110032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 10)</font><font style='background-color: #cdffff'> 12 18 7 4 9 18 6 16 6 18)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;12);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111003023221110013210103321100321001032111321003210013210010321103210000321103210010332221110013210013321001032111321003210013210010321103210000321103210010332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 10)</font><font style='background-color: #cdffff'> 12 18 7 4 9 18 6 16 6 18)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 9)</font><font style='background-color: #ffcdff'> 18 7 4 9 18 6 16 6 18)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111010302322111001321103321001132111321132101032100113211013321001132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 19 7 3 10 19 13)</font> 19);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211110030232211100132110332100113211132113210103210011321101332221110013210133211132113210103210011321101332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 19 7 3 10 19 13)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 7 3 10 19 13)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111010302322111001321103321001132111321001132110032100003211013321001132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 19 7 19 12 16 13)</font> 19);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211110030232211100132110332100113211132100113211003210000321101332221110013210133211132100113211003210000321101332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 6)</font><font style='background-color: #cdffff'> 19 7 19 12 16 13)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 7 19 12 16 13)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111010302322111001321332113321132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 1)</font><font style='background-color: #cdffff'> 3)</font> 3);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211110030232211100132133211332221110013203332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail / </font><font style='background-color: #9bffff'>(list 1)</font><font style='background-color: #cdffff'> 3)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 0)</font><font style='background-color: #ffcdff'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111010302322111001321133210321001132100013321032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 3)</font><font style='background-color: #cdffff'> 2 19 17)</font> 2);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211110030232211100132113321032100113210001332221110013210332100113210001332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 3)</font><font style='background-color: #cdffff'> 2 19 17)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 19 17)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221110103023221110013211133213210000321013211103211032100113210332132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(head / </font><font style='background-color: #9bffff'>(list 7)</font><font style='background-color: #cdffff'> 1 16 5 14 6 19 2)</font> 1);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111003023221110013211133213210000321013211103211032100113210332221110013211033210000321013211103211032100113210332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(list 7)</font><font style='background-color: #cdffff'> 1 16 5 14 6 19 2)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 6)</font><font style='background-color: #ffcdff'> 16 5 14 6 19 2)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111110322211100132113321001032111032100013321332111032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 18 14 17)</font><font style='background-color: #cdffff'> 1)</font> 14);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032211111032221110013211332100032101132101033210332101032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 8 11 10)</font><font style='background-color: #cdffff'> 2)</font> 10);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032211111032221110013210003321111320321003210013210013210321010321000133211332100132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 8)</font><font style='background-color: #9bffff'> 15 0 4 9 9 2 10 17)</font><font style='background-color: #cdffff'> 3)</font> 9);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111103222111001321113321003210003210003210132111032101321101332100332111032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 7)</font><font style='background-color: #9bffff'> 4 8 8 5 14 5 13)</font><font style='background-color: #cdffff'> 4)</font> 14);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111103222111001321003321321003211132100103321033211132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 4)</font><font style='background-color: #9bffff'> 1 4 7 18)</font><font style='background-color: #cdffff'> 2)</font> 7);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111103222111001321133211003210321133213321032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 12 2 3)</font><font style='background-color: #cdffff'> 1)</font> 2);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111110322211100132110332110032101321113211113211132100003321033211132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 6)</font><font style='background-color: #9bffff'> 12 5 7 15 7 16)</font><font style='background-color: #cdffff'> 2)</font> 7);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322111110322211100132100033210132111132111321110321113213210113210011332033210132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 8)</font><font style='background-color: #9bffff'> 5 15 7 14 7 1 11 19)</font><font style='background-color: #cdffff'> 0)</font> 5);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111103222111001321133210011321000132100033210332100032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 19 17 8)</font><font style='background-color: #cdffff'> 2)</font> 8);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221111103222111001321003321010321010321003210113321332101032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-ref </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 4)</font><font style='background-color: #9bffff'> 10 10 4 11)</font><font style='background-color: #cdffff'> 1)</font> 10);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032221110013203332221110013203332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 0)</font><font style='background-color: #cdffff'>)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 0)</font><font style='background-color: #ffcdff'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322211100132133210033222111001321332100332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 1)</font><font style='background-color: #cdffff'> 4)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 1)</font><font style='background-color: #ffcdff'> 4)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322211100132103321113210133222111001321033211132101332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 2)</font><font style='background-color: #cdffff'> 7 5)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 7 5)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003222111001321133211113211013210113322211100132113321111321101321011332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 3)</font><font style='background-color: #cdffff'> 15 13 11)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 3)</font><font style='background-color: #ffcdff'> 15 13 11)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322211100132100332103210003203211033222111001321003321032100032032110332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 4)</font><font style='background-color: #cdffff'> 2 8 0 6)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 4)</font><font style='background-color: #ffcdff'> 2 8 0 6)</font>);</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;this next batch of examples are a bit misleading, should streamline</TT><BR>
<TT>[<A HREF='sound.cgi?s=210030232100000032221110013203332221110013213321001332233'>hear</A>] </TT><TT>(not / list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 0)</font><font style='background-color: #cdffff'>)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 1)</font><font style='background-color: #ffcdff'> 9)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21003023210000003222111001320333222111001321332101332233'>hear</A>] </TT><TT>(not / list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 0)</font><font style='background-color: #cdffff'>)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 1)</font><font style='background-color: #ffcdff'> 5)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210030232100000032221110013213321001033222111001321033210003210010332233'>hear</A>] </TT><TT>(not / list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 1)</font><font style='background-color: #cdffff'> 18)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 8 18)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21003023210000003222111001321332100103322211100132103321001032101332233'>hear</A>] </TT><TT>(not / list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 1)</font><font style='background-color: #cdffff'> 18)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 18 5)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210030232100000032221110013210332101132100103322211100132113321113210113210010332233'>hear</A>] </TT><TT>(not /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 2)</font><font style='background-color: #cdffff'> 11 18)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 3)</font><font style='background-color: #ffcdff'> 7 11 18)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210030232100000032221110013210332101132100103322211100132113321011321001032110332233'>hear</A>] </TT><TT>(not /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 2)</font><font style='background-color: #cdffff'> 11 18)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 3)</font><font style='background-color: #ffcdff'> 11 18 6)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100302321000000322211100132113321113210011321000133222111001321003321103211132100113210001332233'>hear</A>] </TT><TT>(not /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 3)</font><font style='background-color: #cdffff'> 7 19 17)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 4)</font><font style='background-color: #ffcdff'> 6 7 19 17)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21003023210000003222111001321133211132100113210001332221110013210033211132100113210001320332233'>hear</A>] </TT><TT>(not /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 3)</font><font style='background-color: #cdffff'> 7 19 17)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 4)</font><font style='background-color: #ffcdff'> 7 19 17 0)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100302321000000322211100132100332101032032101132133222111001321013320321010320321011321332233'>hear</A>] </TT><TT>(not /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 4)</font><font style='background-color: #cdffff'> 10 0 11 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 0 10 0 11 1)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100302321000000322211100132100332101032032101132133222111001321013321010320321011321321000332233'>hear</A>] </TT><TT>(not /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list= <font style='background-color: #cdffff'>(</font><font style='background-color: #9bffff'>(list 4)</font><font style='background-color: #cdffff'> 10 0 11 1)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 10 0 11 1 8)</font>);</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>#&nbsp;some helpful functions</TT><BR>
<TT>[<A HREF='sound.cgi?s=21000000322111111321000322211100132033332221110013213321000332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 8 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 0)</font><font style='background-color: #9bffff'>)</font><font style='background-color: #cdffff'>)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 1)</font><font style='background-color: #ffcdff'> 8)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111113210113222111001321332100033322211100132103321011321000332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 11 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 1)</font><font style='background-color: #9bffff'> 8)</font><font style='background-color: #cdffff'>)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 11 8)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211111132110132221110013210332132110033322211100132113321101321321100332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 13 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 2)</font><font style='background-color: #9bffff'> 1 12)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 3)</font><font style='background-color: #ffcdff'> 13 1 12)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322111111320322211100132113321113211132101333222111001321003320321113211132101332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 0 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 7 7 5)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 4)</font><font style='background-color: #ffcdff'> 0 7 7 5)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322111111321000032221110013210033210000320321001132113332221110013210133210000321000032032100113211332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 16 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 4)</font><font style='background-color: #9bffff'> 16 0 19 3)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 5)</font><font style='background-color: #ffcdff'> 16 16 0 19 3)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111113210103222111001321013321013211032111321001321010333222111001321103321010321013211032111321001321010332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 10 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 5)</font><font style='background-color: #9bffff'> 5 6 7 9 10)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 6)</font><font style='background-color: #ffcdff'> 10 5 6 7 9 10)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322111111321001132221110013211033211321001132100103211032101032100003332221110013211133210011321132100113210010321103210103210000332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 19 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 6)</font><font style='background-color: #9bffff'> 3 19 18 6 10 16)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 7)</font><font style='background-color: #ffcdff'> 19 3 19 18 6 10 16)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221111113210011322211100132111332100013210001321010321321001032110032111033322211100132100033210011321000132100013210103213210010321100321110332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(prepend 19 </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 7)</font><font style='background-color: #9bffff'> 17 17 10 1 18 12 14)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 8)</font><font style='background-color: #ffcdff'> 19 17 17 10 1 18 12 14)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321101003023211003210010130232110032100100302322111001321033221001013322100100332233'>hear</A>] </TT><TT>(define pair /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? x /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? y /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;<font style='background-color: #cdffff'>(list 2)</font> <font style='background-color: #ffcdff'>(x)</font> <font style='background-color: #ffffcd'>(y)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2110132100000130232110032111011302321110103023211101132233'>hear</A>] </TT><TT>(define first / ? lst / head / lst);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=211013210000103023211003211101130232111010302321111003023211101132233'>hear</A>] </TT><TT>(define second /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;head /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;tail /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;lst);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210000003221101003211321103322211100132103321132110332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(pair 3 6)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 3 6)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221000001302321101003211321103321132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(first / pair 3 6)</font> 3);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210000103023211010032113211033211032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(second / pair 3 6)</font> 6);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2100000032211010032100321001332221110013210332100321001332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(pair 4 9)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 4 9)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221000001302321101003210032100133210032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(first / pair 4 9)</font> 4);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210000103023211010032100321001332100132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(second / pair 4 9)</font> 9);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21000000322110100321000321133222111001321033210003211332233'>hear</A>] </TT><TT>(list= <font style='background-color: #cdffff'>(pair 8 3)</font> <font style='background-color: #ffcdff'>(</font><font style='background-color: #ff9bff'>(list 2)</font><font style='background-color: #ffcdff'> 8 3)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221000001302321101003210003211332100032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(first / pair 8 3)</font> 8);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210000103023211010032100032113321132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(second / pair 8 3)</font> 3);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321000011302321100321110113023211003210001003023211003210001013023211003210001103023211113221032211110130232111011332033221000101320332211113221000322111010302321110113322100010033322100011033221000011322111100302321110113322100010033221000101332210103221000110332133332233'>hear</A>] </TT><TT>(define list-find-helper /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? key /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? fail /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? idx /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;if <font style='background-color: #cdffff'>(= </font><font style='background-color: #9bffff'>(list-length / lst)</font><font style='background-color: #cdffff'> 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdff'>(fail 0)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;<font style='background-color: #ffffcd'>(if </font><font style='background-color: #ffff9b'>(equal </font><font style='background-color: #ffff69'>(head / lst)</font><font style='background-color: #ffff9b'> </font><font style='background-color: #cdff9b'>(key)</font><font style='background-color: #ffff9b'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffcd'>(idx)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcdcd'>(list-find-helper</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ff9bcd'>(tail /</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ff9bcd'>lst)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ffcd9b'>(key)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdcd'>(fail)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #ff9bcd'>(+ </font><font style='background-color: #ff69cd'>(idx)</font><font style='background-color: #ff9bcd'> 1)</font><font style='background-color: #ffcdcd'>)</font><font style='background-color: #ffffcd'>)</font>);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21101321000111302321100321110113023211003210001003023211003210001013023210000113221110113322100010033221000101332032233'>hear</A>] </TT><TT>(define list-find /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? lst /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? key /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;? fail /</TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;list-find-helper <font style='background-color: #cdffff'>(lst)</font> <font style='background-color: #ffcdff'>(key)</font> <font style='background-color: #ffffcd'>(fail)</font> 0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=211013210010003023211003210010132110010032233'>hear</A>] </TT><TT>(define example-fail / ? x 100);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322100011132221110013213321101332110132210010003332032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 1)</font><font style='background-color: #9bffff'> 13)</font><font style='background-color: #cdffff'> 13 </font><font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font> 0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221000111322211100132101033203210013210003210000321111321110321000132101321001321033211113221001000333210032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 10)</font><font style='background-color: #9bffff'> 0 9 8 16 15 14 17 5 9 2)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>15</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;4);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221000111322211100132113321113210032101033211132210010003332032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 7 4 10)</font><font style='background-color: #cdffff'> 7 </font><font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322100011132221110013211033203210001321010321101321011321013321000132210010003332132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 6)</font><font style='background-color: #9bffff'> 0 17 10 13 11 5)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>17</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;1);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322100011132221110013211332110032100132110332110032210010003332032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 12 9 6)</font><font style='background-color: #cdffff'> 12 </font><font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210001113222111001321113321000132132100321000132111032110132110133211103221001000333210032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 7)</font><font style='background-color: #9bffff'> 17 1 4 17 14 13 13)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>14</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;4);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322100011132221110013211332103211113210332111132210010003332132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 2 15 2)</font><font style='background-color: #cdffff'> 15 </font><font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;1);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210001113222111001321001332110321101321010321000321010321001321103211113210010332110132210010003332132233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 9)</font><font style='background-color: #9bffff'> 6 13 10 8 10 9 6 15 18)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>13</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;1);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210001113222111001321133211003210000320332110032210010003332032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 3)</font><font style='background-color: #9bffff'> 12 16 0)</font><font style='background-color: #cdffff'> 12 </font><font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322100011132221110013213321111332111132210010003332032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find </font><font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 1)</font><font style='background-color: #9bffff'> 15)</font><font style='background-color: #cdffff'> 15 </font><font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font> 0);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=210322100011132221110013210033210321000132101132101332111032210010003332110010032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 4)</font><font style='background-color: #9bffff'> 2 17 11 5)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>14</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;100);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=2103221000111322211100132110332110032132100113211032100013210013321032210010003332110010032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 6)</font><font style='background-color: #9bffff'> 12 1 19 6 17 9)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>2</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;100);</TT><BR>
<BR>
<TT>[<A HREF='sound.cgi?s=21032210001113222111001321000332101132110321000132100032110132101032100132100003321001132210010003332110010032233'>hear</A>] </TT><TT>(= <font style='background-color: #cdffff'>(list-find</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #9bffff'>(</font><font style='background-color: #69ffff'>(list 8)</font><font style='background-color: #9bffff'> 11 6 17 8 13 10 9 16)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdffff'>19</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style='background-color: #cdcdff'>(example-fail)</font><font style='background-color: #cdffff'>)</font></TT><BR>
<TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TT><TT>&nbsp;&nbsp;&nbsp;&nbsp;100);</TT><BR>
<BR>

</BODY>
</HTML>
