--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> Hi Bruce,
>
> Testing an interface
>
> c = handle_to_unicode_string[1, 2, "c"]
>
> gets a complaint of injudicious (or some such) use of square brackets.
>
> Is there maybe a limit on number of parameters allowed between same?
>
> c = handle_to_unicode_string[1, 2]
>
> works fine.
>
Yes, it onlyh currently attempts to parse 1 or 2 args in square brackets. A
quick glance at the code seems to indicate that 3 would be easy to add although
I did not check to see if this would break vec. Is it important?