Can this be done with arrays? I didn't mean to be too specific; I'd be happy with any generic collection that could do this.<br clear="all"><div><br></div>Cheers,<div><br></div><div>Andrew Pennebaker</div><div><a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div>


<br><div class="gmail_quote">On Mon, Oct 17, 2011 at 6:08 PM, Marco van de Voort <span dir="ltr"><<a href="mailto:marcov@stack.nl">marcov@stack.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">In our previous episode, Andrew Pennebaker said:<br>
> thrice :: a -> [a]<br>
> thrice x = [x, x, x]<br>
><br>
> I know the answer involves generics, but the docs don't offer examples using<br>
> Free Pascal's built-in generic types.<br>
<br>
</div>There is no built in list type, generic or not, and no way to define new<br>
operators.  All list and collection types are library.  I see no way this<br>
could work.<br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div><br>